Running any existing project
March 3, 2016 ยท View on GitHub
Running any existing project
Create project
Checkout your git repository
make create git https://github..../
or manually
git clone --recursive https://github..../ app/
Check DOCUMENT_ROOT and DOCUMENT_INDEX in etc/environment*.yml
Cli runner
You can run one-shot command inside the app service container:
docker-compose run --rm app any-php-file.php argument1 argument2
docker-compose run --rm app bash
Webserver is available at Port 8000