doremi-script
Version:
Letter music notation processor
22 lines (18 loc) • 433 B
Plain Text
wget http://nodejs.org/dist/node-v0.4.11.tar.gz
./configure --prefix=/usr/local
make ; make install
curl http://npmjs.org/install.sh | sh
npm install coffee
npm install nodeunit
apt-get install build-essentials
apt-get install gcc
bash < <(curl -sk https://rvm.beginrescueend.com/install/rvm)
rvm default 1.9.2
gem install sinatra