box-o-sand/sylvilagus/.installation/.example.env
Dan Buch 13d3d28fe3 Setting up some shared environment stuff
while working through administrative concepts.
2012-11-17 07:50:35 -05:00

5 lines
263 B
Bash

export SYLVILAGUS_ROOT=$HOME/src/box-o-sand/src/sylvilagus
export RABBITMQ_MNESIA_BASE=$SYLVILAGUS_ROOT/.installation/mnesia
export RABBITMQ_LOG_BASE=$SYLVILAGUS_ROOT/.installation/log
export PATH="$SYLVILAGUS_ROOT/.installation/rabbitmq_server-2.7.0/sbin:$PATH"