blob: d15760cfed4f5fe35b8a6a75b919a761cbfd52c3 (
plain)
1
2
3
4
5
|
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
|