Browse Source

Merge pull request #75 from 2600hz/fenollp-patch-1

Create README.md
4.0
lazedo 10 years ago
parent
commit
ae63f1800b
1 changed files with 11 additions and 0 deletions
  1. +11
    -0
      README.md

+ 11
- 0
README.md View File

@ -0,0 +1,11 @@
# kazoo-configs
Kazoo Configuration Files for Software We Use
## Quick & dirty install
1. Fetch this whole repo or fork it
* `git clone git@github.com:2600hz/kazoo-configs.git ~/.kazoo-configs.git`
1. Symlink this folder to `/etc/kazoo`
* `sudo ln -s ~/.kazoo-configs.git /etc/kazoo`
1. Get `rsyslog` to log stuff to `/var/log/2600hz/kazoo.log` with
* `cd /etc/rsyslog.d && sudo ln -s ~/.kazoo-configs.git/system/rsyslog.d/90-2600hzPlatform.conf .`

Loading…
Cancel
Save