Aka the PEG Project, in which we will try to maximise the value of the PSA.
This project started at WeCamp2016 as the project of "team attachable". We had so much fun with this project that we decided to continue development and moved it to a new github organisation.
- 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.dev
hostname to your/etc/hosts
file - Enjoy: http://app.dev:8080/app_dev.php
- Stop the docker containers:
make stop
- Maybe clean everything up:
make clean