1
0
Fork 0

Add run command

This commit is contained in:
Gregory Eremin 2016-07-07 21:33:23 +02:00
parent 1383949f22
commit d0465642f3
2 changed files with 14 additions and 5 deletions

View File

@ -1,7 +1,10 @@
graphite:
docker-compose build .
docker-compose build
fast:
@echo "Graphite is fast now!"
again:
run:
docker-compose up

View File

@ -18,17 +18,23 @@ Grafana 3 is also included.
* [Graphite API](https://github.com/brutasse/graphite-api) `latest`
* [Grafana](https://github.com/grafana/grafana/tree/v3.1.0-beta1) `v3.1.0-beta1`
**Local installation:**
## Building
Make sure [Docker](https://www.docker.com/products/docker) and
[Docker Compose](https://www.docker.com/products/docker-compose) are installed.
```
make graphite fast
$ make graphite fast
```
**Re-installation:**
### Re-building
```
make graphite fast again
$ make graphite fast again
```
## Starting
```
$ make run
```