Skip to content

Commit

Permalink
Merge pull request #271 from raine/patch-1
Browse files Browse the repository at this point in the history
README: update seyren version to 1.2.1
  • Loading branch information
scobal committed Mar 6, 2015
2 parents 1bbd13b + 43e35cc commit 1b2d701
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,17 @@ Seyren ([/ˈsaɪ.rʌn/](http://en.wikipedia.org/wiki/Wikipedia:IPA_for_English#K
###Run

```
wget https://github.com/scobal/seyren/releases/download/1.2.0/seyren-1.2.0.jar
wget https://github.com/scobal/seyren/releases/download/1.2.1/seyren-1.2.1.jar
export GRAPHITE_URL=http://graphite.foohost.com:80
java -jar seyren-1.2.0.jar
java -jar seyren-1.2.1.jar
open http://localhost:8080
```

To run seyren on another port:

```
export SEYREN_URL="http://localhost:8081/seyren"
java -jar seyren-1.2.0.jar -httpPort=8081
java -jar seyren-1.2.1.jar -httpPort=8081
```

###Config
Expand Down

0 comments on commit 1b2d701

Please sign in to comment.