-
Notifications
You must be signed in to change notification settings - Fork 0
Set up local configuration
jooyce edited this page Dec 6, 2011
·
28 revisions
http://beginrescueend.com/rvm/install/
$rvm install 1.9.3
You need to use RVM use before to use Ruby
$rvm use 1.9.3
$ruby -v
You need to install this dependencies before
#apt-get install sqlite
If using Debian Squeeze, add the sid repository to source.list:
echo deb http://ftp.us.debian.org/debian/ sid main > /etc/apt/sources.list.d/sid.list
#apt-get install nodejs
$gem install rails -v 3.1.3
If you have a problem with zlib, follow this link https://rvm.beginrescueend.com/packages/zlib/