Merge pull request #43 from nils-werner/config-example

Gitignore config files and ship with an example config file
This commit is contained in:
sebu77 2015-09-08 19:18:09 +02:00
commit 05c48cb74b
3 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
node_modules
.DS_Store
*_config.json

View File

@ -11,6 +11,7 @@ Kaiwa is a fork of Otalk, a prototype application created by &yet (https://githu
cd kaiwa
sudo apt-get install libldap2-dev uuid-dev
npm install
cp dev_config.example.json dev_config.json
node server
You will need an XMPP server to use Kaiwa. We provide one at [Kaiwa server](https://github.com/digicoop/kaiwa-server).