Fix InfluxDB docs
This commit is contained in:
parent
ee9c5f528c
commit
518824e9d3
@ -5,11 +5,11 @@ InfluxDB is a very fast time series database written in awesome Go language. You
|
||||
You could install InfluxDB from [binary packages](https://influxdb.com/download/index.html).
|
||||
|
||||
For Debian 8 Jessie I could offer part of this manual here:
|
||||
Recommended version: >=0.9.3 (Nightly build) - more lightweight than 0.9.2 and support graphite/batch
|
||||
Recommended version: >=0.9.4 with support for graphite/batch
|
||||
|
||||
```bash
|
||||
wget https://s3.amazonaws.com/influxdb/influxdb_nightly_amd64.deb
|
||||
sudo dpkg -i influxdb_nightly_amd64.deb
|
||||
wget https://s3.amazonaws.com/influxdb/influxdb_0.9.4.2_amd64.deb
|
||||
dpkg -i influxdb_0.9.4.2_amd64.deb
|
||||
```
|
||||
|
||||
Then we should enable graphite protocol emulation in configuration file: /etc/opt/influxdb/influxdb.conf
|
||||
|
Loading…
Reference in New Issue
Block a user