add some notes to readme

This commit is contained in:
Adrian Malacoda 2016-08-07 18:29:45 -05:00
parent ee02c5394e
commit 49055c0380

View File

@ -12,3 +12,13 @@ While GCL 3.5 is being readied for deployment on the new and improved monarch-pa
## Timeframe
When it's ready.
## Commands
### Build development environment
`docker-compose build`
### Start development environment
`docker-compose up`
### Follow PHP logs
`docker exec glitchcityinfo_web_1 tail -f /var/log/php5-fpm.log`