Skip to content

Instantly share code, notes, and snippets.

View naaano's full-sized avatar

Hernán Astudillo naaano

View GitHub Profile
@naaano
naaano / first_app.conf
Created December 3, 2012 20:23
unicorn rails spawner, conf + init with RVM
#independent environment for each app unicorn spawner.
# put this on /etc/unicorn/[your_app_name].conf
RAILS_ENV=production
RAILS_ROOT=/home/some_user/first_app
GEM_PATH=/home/some_user/.rvm/gems/ruby-1.9.3-p194@siac:/home/some_user/.rvm/gems/ruby-1.9.3-p194@global
USER=some_user
RVM=/home/some_user/.rvmrc
HOME=/home/some_user