Included the NPM package.json file
[KiwiIRC.git] / README.md
1 # Installation
2
3 * Download the Kiwi source or clone the git repository:
4 $ git clone git@github.com:prawnsalad/KiwiIRC.git
5
6 * Install the dependancies:
7 $ npm install
8
9 * If you're using SSL, create your certificate and key, place it in the server folder.
10
11 * Edit the configuration file as needed
12
13 $ nano server/config.json
14
15 # Running
16 From the source folder:
17 $ node server/kiwi.js
18
19 # Bugs
20 Report bugs using the issue tracker on github: https://github.com/prawnsalad/KiwiIRC/issues
21
22 # Licence
23 GNU Affero
24 http://www.gnu.org/licenses/agpl.html
25
26
27 # Thanks to
28 The KiwiIRC logo credited to Michael Drahony (www.drahony.com)