-
checkout repository
gh repo clone czarte/basicXMLparser
-
checkout submodules
git submodule init
git submodule update
-
composer install
cd XMLparserApp
composer install
touch .env
cd ..
-
create ssh keys into certs directory
mkdir certs && cd certs
openssl req -x509 -new -out projectcert.crt -keyout projectcert.key -days 365 -newkey rsa:4096 -sha256 -nodes
cd ..
-
docker-compose
docker-compose -p xmlparser_vojtechparkan up -d
-
run php unit tests
./vendor/bin/phpunit
-
testing XML on localhost
http://localhost:8006/test/export_one.xml.zip