9026079088d89272e4d03c22e3396c2142ade190
[KiwiIRC.git] / README.md
1 # Installation
2 * Get the Kiwi source and dependencies
3
4 $git clone https://github.com/prawnsalad/KiwiIRC.git
5 $npm install
6
7 * Create your SSL certificate and key, place it in the server folder.
8
9 * Edit the configuration file
10
11 $nano server/config.json
12
13 # Running
14 Either use npm
15
16 $npm start
17
18 or run node directly
19
20 $node server/kiwi.js
21
22 # Bugs
23 Report bugs using the issue tracker on github: https://github.com/prawnsalad/KiwiIRC/issues
24
25 # Licence
26 GNU Affero
27 http://www.gnu.org/licenses/agpl.html
28
29
30 # Thanks to
31 The KiwiIRC logo credited to Michael Drahony (www.drahony.com)