Merge branch 'master' of github.com:prawnsalad/KiwiIRC
[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 * If you're using SSL, create your certificate and key, place it in the server folder.
16
17 * Edit the configuration file
18
19 $nano server/config.json
20
21 # Running
22 $node server/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)