Renaming dir for clarity

since it's really not specific to the book...
This commit is contained in:
Dan Buch
2012-11-11 09:43:25 -05:00
parent 2cb4181460
commit a0991a7653
3 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
export RABBITMQ_MNESIA_BASE=$HOME/repos/box-o-sand/sylvilagus/rabbitmqinaction/mnesia
export RABBITMQ_LOG_BASE=$HOME/repos/box-o-sand/sylvilagus/rabbitmqinaction/log

3
sylvilagus/.installation/.gitignore vendored Normal file
View File

@@ -0,0 +1,3 @@
/rabbitmq-server-generic-unix-2.7.0.tar.gz
/rabbitmq_server-2.7.0/
/.env

8
sylvilagus/.installation/setup Executable file
View File

@@ -0,0 +1,8 @@
#!/bin/bash
if [ ! -f rabbitmq-server-generic-unix-2.7.0.tar.gz ]
then
wget http://www.rabbitmq.com/releases/rabbitmq-server/v2.7.0/rabbitmq-server-generic-unix-2.7.0.tar.gz
fi
tar -xzvf rabbitmq-server-generic-unix-2.7.0.tar.gz