Description of your project.
Env | Branch | URL |
---|---|---|
development | * | http://yoursite.docker.so/ |
production | main | TBD |
You need to have these applications installed to operate on all environments:
Start up the environment:
$ make up
Install the site from scratch or using existing configuration:
$ make new
Or sync the database from testing environment:
$ make fresh
To show all available commands:
$ make help
This will log you inside the app container:
$ make shell
See documentatation.