-
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
-
Notifications
You must be signed in to change notification settings - Fork 0
czarte/basicXMLparser
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published