Go to file
Chris Goller ee7dc04e44 Update swagger definition to fix /dashboards/{id} response object typo. 2016-09-12 14:02:05 -05:00
docs Spelling 2016-09-12 14:02:05 -05:00
ui Run on heroku 2016-09-09 17:04:45 -07:00
.gitignore Ignore front end output files and dev files 2016-09-07 13:16:27 -07:00
Dockerfile Run on heroku 2016-09-07 15:26:59 -07:00
README.md Add heroku instructions to README 2016-09-09 17:11:18 -07:00
circle.yml Tag image on circle before pushing to heroku 2016-09-11 17:29:57 -07:00
package.json `npm start` to run server. 2016-09-07 13:20:20 -07:00
swagger.yaml Update swagger definition to fix /dashboards/{id} response object typo. 2016-09-12 14:02:05 -05:00
webpack.config.js `npm start` to run server. 2016-09-07 13:20:20 -07:00

README.md

mrfusion

Includes a Dockerfile that builds a container suitable for Heroku.

In order to push to heroku, make sure you've logged into Heroku normally with...

heroku login

Add the acceptance server git remote...

git remote add acceptance https://git.heroku.com/mrfusion-acc.git

When you run heroku apps you should see "mrfusion-acc".

Then install the container plugin heroku plugins:install heroku-container-registry

Then log into the container registry with...

heroku container:login

Build and push the web container by running...

heroku container:push web