We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba49bfc commit f6f2746Copy full SHA for f6f2746
README.md
@@ -1,2 +1,19 @@
1
# ghi-assist
2
Bot that organizes Github Issues
3
+
4
+## Installation
5
+ (virtualenv preferred)
6
+ python setup.py install
7
8
+## Tests
9
+ py.test tests
10
11
+## Running
12
13
+### Configuration
14
+Sample configuration is provided in `etc/config/sample.json`.
15
16
+ cp etc/config.sample.json etc/config.json
17
18
+### Usage
19
+ python bin/server.py
etc/config.sample.json
@@ -17,5 +17,9 @@
"severity: major": "severity: (2) major",
"severity: critical": "severity: (3) critical"
}]
20
+ },
21
+ "server": {
22
+ "host": "localhost",
23
+ "port": "8080"
24
}
25
0 commit comments