Merge branch 'master' of github.com:prawnsalad/KiwiIRC
[KiwiIRC.git] / README.md
CommitLineData
82e14308
D
1### Kiwi IRC - A hand-crafted IRC client\r
2Kiwi IRC is a fully featured IRC client that can be extended to suit almost any needs.\r
3Using the web application is extremly simple even without any IRC knowledge as all the common needs are built directly into the UI.\r
c2708b45 4\r
82e14308 5For more information see http://kiwiirc.com or an example of the application can be found at http://kiwiirc.com/client/\r
b3883e22 6\r
bab469ee 7\r
82e14308 8### Installation\r
b3883e22 9\r
82e14308 101. Download the Kiwi source or clone the git repository:\r
6c3ce7a2 11\r
6b6b967f 12 `$ git clone git@github.com:prawnsalad/KiwiIRC.git && cd KiwiIRC`\r
bab469ee 13\r
d906a5cb 142. Install the dependancies:\r
82e14308 15\r
d906a5cb 16 `$ npm install`\r
82e14308 17\r
1f49a029
D
183. Copy and edit the configuration file as needed:\r
19\r
20 `$ cp config.example.js config.js`\r
82e14308
D
21\r
22 `$ nano config.js`\r
23\r
d906a5cb
D
244. Make sure the client code is built:\r
25\r
26 `$ ./kiwi build`\r
27\r
82e14308
D
28\r
29### Running\r
30From the source folder: `$ ./kiwi start`\r
31\r
32You can also run kiwi in the foreground to see any output by using the `-f` flag. Eg: `$ ./kiwi -f`\r
b3883e22 33\r
6b6b967f
D
34Open your new Kiwi instance in your browser. By default: http://localhost:7778/\r
35\r
c2708b45 36\r
82e14308 37### Bugs\r
c2708b45
JA
38Report bugs using the issue tracker on github: https://github.com/prawnsalad/KiwiIRC/issues\r
39\r
82e14308 40### Licence\r
85abff7c
D
41GNU Affero\r
42http://www.gnu.org/licenses/agpl.html\r
66fa3842
D
43\r
44\r
82e14308 45### Thanks to\r
6c3ce7a2 46The KiwiIRC logo credited to Michael Drahony (www.drahony.com)\r