Skip to content

Commit

Permalink
Better readme
Browse files Browse the repository at this point in the history
  • Loading branch information
grobolom committed Jun 11, 2017
1 parent 7e11d9c commit 6b355b1
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Github Team Status Monitor

![current look](https://d2ppvlu71ri8gs.cloudfront.net/items/0b3o3D1U261P3K0l072x/Screen%20Shot%202017-06-10%20at%2011.57.35%20PM.png?v=8f5987e6)

For now, startup is a bit wonky.

```
Expand All @@ -9,5 +11,10 @@ npm install
npm start
```

You'll need to define teams yourself (via postman, for example):
![postman](https://d2ppvlu71ri8gs.cloudfront.net/items/1C2L1x3s0N0m2Z103F2z/Screen%20Shot%202017-06-10%20at%2011.48.17%20PM.png?v=f3fd0f05)

You can enabled the automatic updates by changing `RUN_SCHEDULER` to `True` in `docker-compose.yml`. Alternatively, you may manually hit `0.0.0.0:5000/update` to trigger an update.

Still working on a proper dockerization, and fiddling with auth, which is very
important for this app.
important for this app.

0 comments on commit 6b355b1

Please sign in to comment.