Merge pull request #194 from pepijndevos/development
[KiwiIRC.git] / README.md
1 ### Kiwi IRC - A hand-crafted IRC client
2 Kiwi IRC is a fully featured IRC client that can be extended to suit almost any needs.
3 Using the web application is extremly simple even without any IRC knowledge as all the common needs are built directly into the UI.
4
5 For more information see https://kiwiirc.com or an example of the application can be found at https://kiwiirc.com/client/.
6 Our development IRC channel is on the Freenode network, irc.freenode.net #kiwiirc
7
8
9 ### Installation
10
11 *Note: This requires Node.js to run. Make sure you have installed Node.js first! http://nodejs.org/download/*
12
13 1. Download the Kiwi source or clone the git repository:
14
15 `$ git clone git@github.com:prawnsalad/KiwiIRC.git && cd KiwiIRC`
16
17 2. Install the dependencies:
18
19 `$ npm install`
20
21 3. Copy and edit the configuration file as needed:
22
23 `$ cp config.example.js config.js`
24
25 `$ nano config.js`
26
27 4. Make sure the client code is built:
28
29 `$ ./kiwi build`
30
31
32 ### Running
33 From the source folder: `$ ./kiwi start`
34
35 You can also run kiwi in the foreground to see any output by using the `-f` flag. Eg: `$ ./kiwi -f`
36
37 Open your new Kiwi instance in your browser. By default: http://localhost:7778/
38
39
40 ### Bugs
41 Report bugs using the issue tracker on github: https://github.com/prawnsalad/KiwiIRC/issues
42
43 ### Licence
44 GNU Affero
45 http://www.gnu.org/licenses/agpl.html
46
47
48 ### Thanks to
49 The KiwiIRC logo credited to Michael Drahony (www.drahony.com)