Skip to content

Instantly share code, notes, and snippets.

@luceos
Created December 6, 2012 08:45
Show Gist options
  • Save luceos/4222896 to your computer and use it in GitHub Desktop.
Save luceos/4222896 to your computer and use it in GitHub Desktop.
Installing slanger on ubuntu
install rvm (rvm.io) and at least the 1.9.3-head by using the code: rvm install 1.9.3-head
Test whether this version is installed with rvm -v
If not try rvm reinstall 1.9.3-head
Now install the ruby gem daemons: gem install daemons
Also install the slanger gem, even though you are using the git repo, this ensures all dependencies are auto-loaded: gem install slanger
Now run your server
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment