Advertisement
Guest User

5

a guest
Sep 23rd, 2014
216
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. #https://gorails.com/setup/ubuntu/14.04
  2. sudo apt-get update
  3. 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
  4. sudo apt-get install libgdbm-dev libncurses5-dev automake libtool bison libffi-dev
  5.  
  6. curl -L https://get.rvm.io | bash -s stable
  7. source ~/.rvm/scripts/rvm
  8. echo "source ~/.rvm/scripts/rvm" >> ~/.bashrc
  9. rvm install 2.1.2
  10. rvm use 2.1.2 --default
  11. ruby -v
  12.  
  13. #http://blog.acrona.com/index.php?post/2014/05/15/Installer-Fondation-et-Compass/sass-sur-Ubuntu-14.04
  14. gem install compass
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement