Go to file
Andrew Watkins ec0ba3ba8c Add Alerta and VictorOps kapacitor configs to UI 2016-10-26 16:25:36 -07:00
.github Add PR template 2016-10-06 17:00:31 -07:00
bolt Update name to chronograf 2016-10-20 09:39:40 -05:00
canned Update name to chronograf 2016-10-20 09:39:40 -05:00
cmd/chronograf-server Update name to chronograf 2016-10-20 09:39:40 -05:00
dist Fix production go-bindata assets to redirect correctly at / as compared to all other paths. 2016-10-10 15:14:33 -05:00
docs Fix auth.md to be more clear. 2016-10-21 19:19:41 -05:00
handlers Fix incorrect Links in Exploration 2016-10-26 12:44:26 -07:00
influx Update name to chronograf 2016-10-20 09:39:40 -05:00
jwt Update to chronograf from mrfusion 2016-10-20 18:01:14 -05:00
kapacitor Update name to chronograf 2016-10-20 09:39:40 -05:00
layouts Update name to chronograf 2016-10-20 09:39:40 -05:00
log Update name to chronograf 2016-10-20 09:39:40 -05:00
mock Fix incorrect Links in Exploration 2016-10-26 12:44:26 -07:00
models Add stub for generating JWT strings 2016-10-20 17:49:49 -05:00
restapi Regenerated everything. 2016-10-24 12:06:30 -07:00
ui Add Alerta and VictorOps kapacitor configs to UI 2016-10-26 16:25:36 -07:00
uuid Update to chronograf from mrfusion 2016-10-20 18:01:14 -05:00
.gitignore Ignore npm-debug.log 2016-10-24 11:32:44 -07:00
Dockerfile Update name to chronograf 2016-10-20 09:39:40 -05:00
Godeps Add Github OAuth, JWT cookie values, and principal in context. 2016-10-20 17:51:44 -05:00
Makefile Update name to chronograf 2016-10-20 09:39:40 -05:00
README.md Update name to chronograf 2016-10-20 09:39:40 -05:00
assets.go Update name to chronograf 2016-10-20 09:39:40 -05:00
auth.go Add Github OAuth, JWT cookie values, and principal in context. 2016-10-20 17:51:44 -05:00
circle.yml Update name to chronograf 2016-10-20 09:39:40 -05:00
errors.go Add Github OAuth, JWT cookie values, and principal in context. 2016-10-20 17:51:44 -05:00
id.go Update name to chronograf 2016-10-20 09:39:40 -05:00
log.go Update name to chronograf 2016-10-20 09:39:40 -05:00
proxy.go Update name to chronograf 2016-10-20 09:39:40 -05:00
stores.go Add Github OAuth, JWT cookie values, and principal in context. 2016-10-20 17:51:44 -05:00
swagger.yaml Fix swagger descriptions 2016-10-24 13:40:15 -07:00
timeseries.go Update name to chronograf 2016-10-20 09:39:40 -05:00

README.md

chronograf

Builds

  • To build assets and the go server, run make.
  • To run server either ./chronograf --port 8888 or make run
  • If you add files to the javascript build and you don't want to rebuild everything, run make bindata && make chronograf

Deployment (for now)

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/chronograf-acc.git

When you run heroku apps you should see "chronograf-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