Skip to content

Instantly share code, notes, and snippets.

@wadewilliams
Created January 20, 2014 19:02
Show Gist options
  • Save wadewilliams/8526816 to your computer and use it in GitHub Desktop.
Save wadewilliams/8526816 to your computer and use it in GitHub Desktop.
Install grunt with sass on ubuntu lucid32
122 ruby -v
132 sudo bash -s stable < <(curl -s https://raw.github.com/wayneeseguin/rvm/master/binscripts/rvm-installer)
133 sudo apt-get install build-essential bison openssl libreadline6 libreadline6-dev curl git-core zlib1g zlib1g-dev libssl-dev libyaml-dev libsqlite3-0 libsqlite3-dev sqlite3 libxml2-dev autoconf libxslt-dev
137 sudo usermod -a -G rvm root
138 sudo usermod -a -G rvm vagrant
139 rvm
140 which rvm
(Relog)
153 rvm
154 rvm --verify-downloads 1 pkg install zlib
155 rvm reinstall all --force
156 rvmsudo rvm install 1.9.3
157 rvm use 1.9.3 --default
159 ruby --version
160 gem install listen
163 gem install sass --pre
164 ruby -v
165 sudo ruby -v
187 sudo apt-get update
188 sudo apt-get install -y python-software-properties python g++ make
191 sudo add-apt-repository ppa:chris-lea/node.js
192 sudo apt-get update
193 sudo apt-get install nodejs
197 nodejs -v
229 sudo ln -s /usr/bin/nodejs /usr/sbin/node
231 node -v
v0.10.22
233 cd /var/www/[PATH_TO_GRUNTFILE]/
237 sudo npm install -g grunt-cli
238 grunt
240 gem query --local
241 ruby -v
ruby 1.9.3p484 (2013-11-22 revision 43786) [i686-linux]
242 sudo ruby -v
ruby 1.8.7 (2010-01-10 patchlevel 249) [i486-linux]
243 rvmsudo -v
ruby 1.9.3p484 (2013-11-22 revision 43786) [i686-linux]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment