Skip to content

Commit

Permalink
README.md에 Configuration 관련 내용 간략하게 추가됨
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveDev42 committed Oct 24, 2016
1 parent dbc248a commit 1229faf
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@ virtualenv env
source env/bin/activate
```

Step 2. Run server.
Step 2. Configuration.

Check the [sample configuration file](./alertserver/config.sample.ini).

Step 3. Run server.

``` sh
python alertserver/server.py
Expand Down

0 comments on commit 1229faf

Please sign in to comment.