Skip to content

Instantly share code, notes, and snippets.

@bpanahij
Forked from stephanetimmermans/ubuntu-compass-ruby
Created September 22, 2015 23:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bpanahij/1ae89d556411f2906408 to your computer and use it in GitHub Desktop.
Save bpanahij/1ae89d556411f2906408 to your computer and use it in GitHub Desktop.
Install Compass+Ruby on Ubuntu 14.04
#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
@bpanahij
Copy link
Author

source /etc/profile.d/rvm.sh

@bpanahij
Copy link
Author

command curl -sSL https://rvm.io/mpapis.asc | gpg --import -

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment