Social Networking Software

No Image
RawConnect
Open Question
How to install Ruby on Rails in Linux?
6 months ago
1 Possible Answers to this Question:
No IMAGE
Antonio
Answered on June 24, 2008

Installing Ruby on Rails on Linux

To install ruby on rails for the RawConnect Application you can find a more detailed guide for linux…

http://www.rubyonrails.org/down

Linux Ubuntu users

http://wiki.rubyonrails.com/rails/pages/RailsOnUbuntu

Linux users can install ruby on rails in two steps:

Note: you must do this installation as a root user or with SUDO

First, download ruby 1.8.6 from:

http://ftp.ruby-lang.org/pub/ruby/1.8/ruby-1.8.6.tar.gz

$ wget http://ftp.ruby-lang.org/pub/ruby/1.8/ruby-1.8.6.tar.gz

Extract the file and compile it yourself.

$tar -xvzf ruby-1.8.6.tar.gz

$ cd ruby-1.8.6

$ ./configure

$ make

$ make install

Second, download the rubygems from :

http://rubyforge.org/frs/download.php/38646/rubygems-1.2.0.tgz

$wget http://rubyforge.org/frs/download.php/38646/rubygems-1.2.0.tgz

$tar -xvzf rubygems-1.2.0.tgz

$cd rubygems-1.2.0

$ruby setup.rb

It is really easy to install ruby on rails for the RawConnect application. If you have any question you can post them in our forums at http://www.rawconnect.com/forums Thanks!!!

Score: 0
Home| Photos| Forums| Videos| Groups| Profiles| About Us| Terms of Use| Contact|
Copyright 2008 rawconnect.com is Powered by RAW Connect Open Source Community Software .
Start your own social network by downloading RAW Connect today