INCLUDE_DATA

Setting up starling on ubuntu

I use Enterprise Ruby for anything ruby. Here is the no none-sense process:

  1. sudo apt-get install build-essential zlib1g-dev libssl-dev libreadline5-dev
  2. Go here http://www.rubyenterpriseedition.com/download.html. Download and install
  3. On your server: sudo ln -s /opt/ruby-enterprise-x.x.x /opt/ruby
  4. sudo rm /usr/bin/ruby /usr/bin/gem
  5. sudo ln -s /opt/ruby/bin/ruby /usr/bin/ruby
  6. sudo ln -s /opt/ruby/bin/gem /usr/bin/gem
  7. sudo gem sources -a http://gems.github.com
  8. sudo gem install starling-starling
  9. Create a /etc/init.d/starling file and put this: http://gist.github.com/28849 in it
  10. sudo chmod +x /etc/init.d/starling

Done! Enjoy :)

1 comment so far ↓

#1 Tiny Ala on 02.03.10 at 11:05 pm

This is really helpful to me.

Thank you!

Leave a Comment