mirror of
https://github.com/moparisthebest/kaiwa
synced 2024-11-15 14:04:59 -05:00
Gitignore config files and ship with an example config file
This commit is contained in:
parent
32fc10b102
commit
8bd3a9c509
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