It can be found at github.com/pegski.
Aka the PEG Project, in which we will try to maximise the value of the PSA.
The project has been named Pegski and is online now.
- Docker
- Docker Compose
For being able to deploy you'll need Ansible as well.
- Clone this repository on your machine
- Build the docker containers and run the initial setup:
make setup - Start the docker containers:
make run - Add the
app.devhostname to your/etc/hostsfile - Enjoy: http://app.dev:8080/app_dev.php
- Stop the docker containers:
make stop - Maybe clean everything up:
make clean