Created
December 6, 2012 08:45
-
-
Save luceos/4222896 to your computer and use it in GitHub Desktop.
Installing slanger on ubuntu
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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