Gitignore config files and ship with an example config file

This commit is contained in:
Nils Werner 2015-07-10 09:41:57 +02:00
parent 32fc10b102
commit 8bd3a9c509
3 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
node_modules node_modules
.DS_Store .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 cd kaiwa
sudo apt-get install libldap2-dev uuid-dev sudo apt-get install libldap2-dev uuid-dev
npm install npm install
cp dev_config.example.json dev_config.json
node server node server
You will need an XMPP server to use Kaiwa. We provide one at [Kaiwa server](https://github.com/digicoop/kaiwa-server). You will need an XMPP server to use Kaiwa. We provide one at [Kaiwa server](https://github.com/digicoop/kaiwa-server).