Fix Graphite deploy guide
This commit is contained in:
parent
44ce896924
commit
98fe095204
@ -14,16 +14,25 @@ graphite_port = 2003
|
||||
### Install Graphite Debian 8 Jessie
|
||||
|
||||
First of all, please install all packages:
|
||||
```apt-get install python-whisper graphite-carbon```
|
||||
```bash
|
||||
apt-get install python-whisper graphite-carbon
|
||||
```
|
||||
|
||||
Whisper - it's database for data. Graphite - service for storing and retrieving data from database.
|
||||
|
||||
Install web frontend: ```apt-get install: graphite-web```
|
||||
Install web frontend: ```bash
|
||||
apt-get install: graphite-web
|
||||
```
|
||||
|
||||
Create database, specify login/password and email here: ```graphite-manage syncdb```
|
||||
Create database, specify login/password and email here:
|
||||
```bash
|
||||
graphite-manage syncdb
|
||||
```
|
||||
|
||||
Change owner:
|
||||
```chown _graphite:_graphite /var/lib/graphite/graphite.db```
|
||||
```bash
|
||||
chown _graphite:_graphite /var/lib/graphite/graphite.db
|
||||
```
|
||||
|
||||
Run it with apache:
|
||||
```bash
|
||||
|
Loading…
Reference in New Issue
Block a user