Extracting port+ssl from passed hostname
[KiwiIRC.git] / README.md
1 # Installation
2
3 * Download the Kiwi source or clone the git repository:
4
5 $ git clone git@github.com:prawnsalad/KiwiIRC.git
6
7 * Install the dependancies:
8
9 $ npm install
10
11 * If you're using SSL, create your certificate and key, place it in the server folder.
12
13 * Edit the configuration file as needed:
14
15 $ nano server/config.json
16
17 # Running
18 From the source folder:
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)