Merge branch 'master' into no-php
[KiwiIRC.git] / README.md
1 # Installation
2
3 * Install the dependencies
4
5 $npm install jade
6
7 $npm install node-static
8
9 $npm install uglify-js
10
11 $npm install socket.io
12
13 $npm install socket.io-client
14
15 * Edit the configuration file
16
17 $nano node/config.json
18
19 * If you're using SSL, create your certificate and key, place it in the node foder.
20
21 # Running
22 $node node/kiwi.js
23
24 # Bugs
25 Report bugs using the issue tracker on github: https://github.com/prawnsalad/KiwiIRC/issues
26
27 # Licence
28
29 To be decided
30
31
32 # Thanks to
33 The KiwiIRC logo credited to Michael Drahony (www.drahony.com)