Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 542 Bytes

PROJECT-EXISTING.md

File metadata and controls

29 lines (19 loc) · 542 Bytes

<-- Back to main section

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