Update readme from feedback
parent
30745b7c04
commit
a1ba0de25f
|
@ -10,7 +10,7 @@ Chronograf is an open-source web application written in go and react.js that is
|
|||
* InfluxDB
|
||||
* Docker Containers
|
||||
* Kuberentes
|
||||
* Reids
|
||||
* Redis
|
||||
* NSQ
|
||||
* MySQL
|
||||
* Postgres
|
||||
|
@ -27,6 +27,7 @@ We recommend installing Chrongraf using one of the [pre-built packages](https://
|
|||
## Builds
|
||||
|
||||
* Chronograf works with go 1.7.3, npm 3.10.7 and node v6.6.0. Additional version support of these projects will be implemented soon, but these are the only supported versions to date.
|
||||
* Chronograf requires Kapcitor 1.1 to create and store alerts.
|
||||
* To build assets and the go server, run `make`.
|
||||
* To run server either `./chronograf --port 8888` or `make run`
|
||||
|
||||
|
|
Loading…
Reference in New Issue