You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Erick Ruiz de Chavez edited this page Nov 22, 2020
·
2 revisions
To make things easier for everyone, this project is setup to use docker-compose; a shell script that creates all required files can be executed by running ./bootstrap.sh from the project folder. In a nutshell, this script:
Checks for .env and creates one if missing.
Checks for the SQLite database and creates one if missing.
Checks for vendor folder and runs composer install if missing.
No local PHP is required to run this script, everything runs with docker to avoid local dependencies as much as possible.
After the setup steps are completed, the project can be started by running:
docker-compose up
Once the servers are running, 2 ports are exposed: