blob: e96756ea14fa47b935b709dcad4676e65c0dec42 (
plain)
1
2
3
4
5
6
|
export HOME=/usr/share/webapps/diaspora \
RAILS_ENV=production \
GEM_HOME=/usr/share/webapps/diaspora/vendor/bundle \
BUNDLE_GEMFILE=/usr/share/webapps/diaspora/Gemfile \
PATH=$HOME/bin:$PATH \
RUBYOPT="-rmutex_m"
|