mirror of
https://github.com/moparisthebest/kaiwa
synced 2024-11-21 08:45:12 -05:00
Merge pull request #43 from nils-werner/config-example
Gitignore config files and ship with an example config file
This commit is contained in:
commit
05c48cb74b
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
node_modules
|
||||
.DS_Store
|
||||
*_config.json
|
||||
|
@ -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).
|
||||
|
Loading…
Reference in New Issue
Block a user