Translate

Thursday, December 27, 2012

Railsinstaller Get Up & Running with Rails

    This time I will write about how to get up an run Ruby on Rails on Windows, OS X,Linux.

- Windows and OS X there is a web site called Railsinstaller a project from Engine Yard  .
   Railsinstaller  has everything you need to hit the ground running. in one easy-to-use installer,you get all the common packages needed for a full Rails stack. Download it now and be writing (and running) Rails code in no time. Packages included are:
       
                  Windows                                             OS X
          
  • Ruby 1.9.3-p125                                        Ruby 1.9.3-p194
  • Rails 3.2                                                   Rails 3.2.7
  • Bundler 1.0.18                                          Git 1.7.9.6
  • Git 1.7.6                                                    Sqlite 3070500
  • Sqlite 3.7.3                                               osx-gcc-installer 4.1
  • TinyTDS 0.4.5                                          JewelryBox 1.3.0
  • SQL Server support 3.3.3                         RVM 1.14.2
  • DevKit                                                      SM 0.10.3

 Also You can find on same web site previous versions of Ruby on Rails for Windows and OS X.

- Linux,well for Linux you can find various ways and tutorials how to install Ruby on Rails and get ready for running. Personaly I am using Ubuntu Linux 12.04 LTS,so I will show how to setup RoR on Ubuntu.


Setup Ruby On Rails, on Ubuntu 12.04 (Precise Pangolin) LTS in one simple command, Using the Rails Installer script. Just drag the script to terminal and relax, installation will be completed within few minutes (Depending on your internet speed). If something went wrong and you got stuck in middle, then follow the above link(post) for installing things one by one, or you can explain the problem via comment.

Download Rails Installer Script from Github - 
https://github.com/rkjha/RailsOnUbuntu/blob/master/rails-installer.sh


    Well,that will be all for now,I hope all this was usefull. 

   Hope to see you soon,seeeeya :D

No comments:

Post a Comment