Skip to content

Instantly share code, notes, and snippets.

@Marko-M
Created December 17, 2014 14:46
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 Marko-M/a0a724bde09420451996 to your computer and use it in GitHub Desktop.
Save Marko-M/a0a724bde09420451996 to your computer and use it in GitHub Desktop.
Ubuntu install foundation, compass and sass
# Verified: Ubuntu 14.10
sudo apt-get install ruby ruby-dev
sudo add-apt-repository ppa:chris-lea/node.js
sudo apt-get update
sudo apt-get install python-software-properties python g++ make nodejs
sudo npm install -g bower grunt-cli
sudo gem install foundation
sudo gem install compass
sudo gem install sass
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment