mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-25 02:04:06 +02:00
update graphite
This commit is contained in:
parent
43e6444803
commit
09c95471a9
@ -29,14 +29,17 @@ graphite:
|
||||
$ cd ~/fig/graphite
|
||||
$ mkdir -p data/log/webapp
|
||||
$ docker-compose up -d
|
||||
$ docker-compose exec graphite sh
|
||||
>>> python webapp/manage.py migrate --run-syncdb --noinput
|
||||
>>> exit
|
||||
$ tree -F -L 2
|
||||
$ tree -F -L 3
|
||||
├── data/
|
||||
│ ├── carbon-cache-a.pid
|
||||
│ ├── graphite.db
|
||||
│ ├── log/
|
||||
│ │ └── webapp/
|
||||
│ └── whisper/
|
||||
│ └── carbon/
|
||||
└── docker-compose.yml
|
||||
$ curl http://localhost:8080
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user