Skip to content

Instantly share code, notes, and snippets.

@xavierRiley
Created November 18, 2011 16:28
Show Gist options
  • Save xavierRiley/1376952 to your computer and use it in GitHub Desktop.
Save xavierRiley/1376952 to your computer and use it in GitHub Desktop.
Setting up nginx, unicorn, memcached, upstart on a Rackspace Cloud Ubunutu 10.04
http://brandontilley.com/2011/01/29/serving-rails-apps-with-rvm-nginx-unicorn-and-upstart.html
but ...
Rvm commands have changed slightly. Create a normal user first then;
http://beginrescueend.com/rvm/install/
Follow multi user install
For memcached
sudo apt-get install libmemcached-dev libsasl2-dev libmemcached-dbg
then "gem install memcached" etc
Make sure your global gemset doesn't cause conflicts.
Make sure your config.ru is ok
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment