From 8bd3a9c5091321df4c3faaf45e73962eff878770 Mon Sep 17 00:00:00 2001 From: Nils Werner Date: Fri, 10 Jul 2015 09:41:57 +0200 Subject: [PATCH] Gitignore config files and ship with an example config file --- .gitignore | 1 + README.md | 1 + dev_config.json => dev_config.example.json | 0 3 files changed, 2 insertions(+) rename dev_config.json => dev_config.example.json (100%) diff --git a/.gitignore b/.gitignore index fd4f2b0..312b1e0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ node_modules .DS_Store +*_config.json diff --git a/README.md b/README.md index 073aa2f..60c525c 100644 --- a/README.md +++ b/README.md @@ -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). diff --git a/dev_config.json b/dev_config.example.json similarity index 100% rename from dev_config.json rename to dev_config.example.json