- Follow the instructions for setting environment variables.
- Clone this repository and
cdinto it. - Run
docker-compose pull. - Run
bin/composer.sh install --prefer-distto install the project's dependencies. - Configure PhpStorm for debugging (optional).
- Run
docker-compose up -dto start the web server. - Go to http://localhost:8080/ in a browser. You should see the homepage of the meetup application.
- Run
bin/composer.shto use Composer (e.g.bin/composer.sh require symfony/var-dumper). - Run
bin/run_tests.shto run the tests.