Add Redis support and ZKB listening.

This commit is contained in:
2014-08-27 17:17:04 +01:00
parent 1b746ad609
commit 1b3557c6b5
6 changed files with 82 additions and 4 deletions

8
.vagrant/init.sh Normal file
View File

@@ -0,0 +1,8 @@
#!/bin/bash
# Install Redis
apt-get update
apt-get install -y redis-server
# Show versions
dpkg -la | grep redis-server