-
Star
(141)
You must be signed in to star a gist -
Fork
(52)
You must be signed in to fork a gist
-
-
Save stephanetimmermans/233b5c99884f1d8c8b8b to your computer and use it in GitHub Desktop.
#https://gorails.com/setup/ubuntu/14.04 | |
sudo apt-get update | |
sudo apt-get install git-core curl zlib1g-dev build-essential libssl-dev libreadline-dev libyaml-dev libsqlite3-dev sqlite3 libxml2-dev libxslt1-dev libcurl4-openssl-dev python-software-properties | |
sudo apt-get install libgdbm-dev libncurses5-dev automake libtool bison libffi-dev | |
curl -L https://get.rvm.io | bash -s stable | |
source ~/.rvm/scripts/rvm | |
echo "source ~/.rvm/scripts/rvm" >> ~/.bashrc | |
rvm install 2.1.2 | |
rvm use 2.1.2 --default | |
ruby -v | |
#http://blog.acrona.com/index.php?post/2014/05/15/Installer-Fondation-et-Compass/sass-sur-Ubuntu-14.04 | |
gem install compass |
"... or if it fails:"
run "curl -sSL https://rvm.io/mpapis.asc | gpg --import"
and then again "curl -L https://get.rvm.io | bash -s stable"
Working good, thank you
Thanks, works like a charm!
@wzup execute this first gpg --keyserver hkp://keys.gnupg.net --recv-keys D39DC0E3
then try source ~/.rvm/scripts/rvm
Thank you
Problems found and turnarounds:
-
Failed to install by signature problem: It happened to be a port blocked by the router? firewall.
I modified the instruction just adding :80
gpg --keyserver hkp://keys.gnupg.net**:80** --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 -
Ruby installation failed with 404 errors traced back to rvm requirements.
I had to deactive manually failing repositories in software updater.
Just tried the following on a fresh install of Ubuntu 14.04 and it worked without having to install rvm etc.:
apt-get install ruby-dev
gem install compass
thank you very much!
Use this as alternative for curl -L https://get.rvm.io | bash -s stable
curl -L https://raw.githubusercontent.com/wayneeseguin/rvm/master/binscripts/rvm-installer | bash -s stable
Perfecto ! Thanks Buddy
Thanks +
Thank you
Thanks
Thank you!
After executinmg : source ~/.rvm/scripts/rvm
error occured as -bash: /home/rajan/.rvm/scripts/rvm: No such file or directory
how to reslove it ?
Thank you so much!!
Thanks!
Doesn't work. No such file or directory
There in no any
/scripts
directory. Only this: