RawConnect Wiki > 1.0.1 Installing RoR

1.0.1 Installing RoR

From $1

Table of contents
No headers

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 .

 

Tags:
 
Images (0)
 
Comments (0)
You must login to post a comment.