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!!!
Copyright 2008 rawconnect.com is Powered by RAW Connect Open Source Community Software . Start your own social network by downloading RAW Connect today
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!!!