Go to file
Tim Raymond 7a6cba805e Rework domain errs to be strings
At @goller's recommendation, we're following @benbjohnson's advice laid
out here: https://github.com/benbjohnson/wtf/blob/master/errors.go and
moving errors to the top level package. This cleaned up some ugliness in
the tests where we needed to type assert.
2016-09-19 10:12:52 -04:00
cmd/mr-fusion-server Auto-generate backend with stubbed ops 2016-09-12 15:12:30 -04:00
docs Update design doc 2016-09-12 14:02:05 -05:00
influx Rework domain errs to be strings 2016-09-19 10:12:52 -04:00
mock Update influx package to support MonitoredServices 2016-09-16 12:11:28 -04:00
models Add API for monitored services. 2016-09-15 11:28:51 -05:00
restapi Add API for monitored services. 2016-09-15 11:28:51 -05:00
ui Use create-react-app 2016-09-09 16:10:54 -07:00
.dockerignore Amend Docker setup to work with create react app 2016-09-14 15:42:36 -07:00
.gitignore Ignore front end output files and dev files 2016-09-07 13:16:27 -07:00
Dockerfile Amend Docker setup to work with create react app 2016-09-14 15:42:36 -07:00
Godeps Add a Godeps file 2016-09-12 15:30:54 -04:00
Makefile Add Makefile to coordinate builds 2016-09-15 16:01:51 -05:00
README.md Add heroku instructions to README 2016-09-09 17:11:18 -07:00
circle.yml Update circle to force using gdm from within .go_workspace 2016-09-15 18:28:42 -05:00
errors.go Rework domain errs to be strings 2016-09-19 10:12:52 -04:00
stores.go Add API for monitored services. 2016-09-15 11:28:51 -05:00
swagger.yaml Add API for monitored services. 2016-09-15 11:28:51 -05:00
timeseries.go Merge branch 'develop' into feature/#42-influx-client 2016-09-16 09:51:58 -04:00
transformer.go Add interfaces to backend data and logic. 2016-09-12 14:43:37 -05: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