The only requirement is docker
1.7.0 or greater, and make
.
- Run tests with
make test
. - Start local server with
make dev-up
.- Try
make localurl
to see where your local server is running.
- Try
- Get inside a development-ready container with
make dev
. There you'll be able to runnode
,npm
, andgrunt
Deployment to heroku is fully automated through travis-ci. Any successful build on master will be deployed.
- First, download and install heroku toolbelt.
- Run this once:
heroku git:remote -a duelo
- To deploy, then run this:
make test && git push heroku master