Skip to content
This repository has been archived by the owner on Jun 2, 2020. It is now read-only.

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-leonhardt committed Jul 12, 2015
1 parent 5ecf72e commit c8a3e00
Showing 1 changed file with 15 additions and 16 deletions.
31 changes: 15 additions & 16 deletions README.md
Expand Up @@ -28,8 +28,22 @@ http://localhost:5000/filtered/aaa,bbb,ccc,ddd

They filter based on the hosts' subscriptions.

# docker

# install / setup (if you dont want to use docker)
#### requirements

- docker (obviously)
- boot2docker (if you're on mac/windows)

#### build / run docker image

```
docker build -t name/sensu-grid:latest .
docker run -d -p 80:5000 name/sensu-grid:latest
```

# install / setup
_if you dont want to use docker_

### virtualenv

Expand Down Expand Up @@ -121,18 +135,3 @@ app:
cd <checkout>
/usr/bin/python sensugrid.py
```

### docker

#### requirements

- docker (obviously)
- boot2docker (if you're on mac/windows)

#### build / run docker image

```
docker build -t name/sensu-grid:latest .
docker run -d -p 80:5000 name/sensu-grid:latest
```

0 comments on commit c8a3e00

Please sign in to comment.