Karen Hawthorn
2006-Aug-08 09:35 UTC
[Rails] Should I uninstall everything to install InstantRails?
Please help me I am brand new to this. I have been following this tutorial from OnLamp http://www.onlamp.com/pub/a/onlamp/2005/01/20/rails.html which tells you how to install ruby, rails and mySQL and get going. Doing this tutorial convinced me RoR was the way to go for me. So I got hold of this e-book: Agile Web Development with Rails - The Pragmatic Programmers The book tells me to install everything I need, including and Apache web server using InstantRails. When I check OnLamp tutorial carefully, sure enough there is a link to an updated version using InstantRails. My question then: Should I install InstantRails? If I do, do I need to uninstall Ruby, Rails, and mySQL database first? My boss is likely to be less than sympathetic if I make a mess of my PC by experimenting with a new system. I was hoping to develop the web application FIRST, without drawing attention to myself and THEN make the case for using RoR. -- Posted via http://www.ruby-forum.com/.
Dr Nic
2006-Aug-08 11:45 UTC
[Rails] Re: Should I uninstall everything to install InstantRails?
If you''ve successfully installed MySQL, Apache, and Ruby already then you don''t need InstantRails. I spent a day trying to install these a year ago, and failed. InstantRails got me going in 10 minutes. I think the broken Apache install is still on my machine unused. I also think I have a redundant version of Ruby installed too. InstantRails will ignore other installations and use its own when you launch it. It runs its own Apache and Mysql servers, and when you launch a command line via its menus, you will have all the paths set nicely too. So, if you''ve had any probs setting up the env, use InstantRails. But you''ll get a new MySql database with the install. -- Posted via http://www.ruby-forum.com/.
Curt Hibbs
2006-Aug-08 15:52 UTC
[Rails] Should I uninstall everything to install InstantRails?
Yuo don''t need to uninstall anything, but make sure that your existing apache and mysql are not running or you''ll get port conflicts. Also, there is a modified version of the onlamp tutorial that is specific to Instant Rails. You can find it here: http://instantrails.rubyforge.org/wiki/wiki.pl?Rolling_With_Ruby_On_Instant_Rails_Tutorial Curt On 8/8/06, Karen Hawthorn <karenhawthorn@gmail.com> wrote:> Please help me I am brand new to this. > I have been following this tutorial from OnLamp > http://www.onlamp.com/pub/a/onlamp/2005/01/20/rails.html > which tells you how to install ruby, rails and mySQL and get going. > > Doing this tutorial convinced me RoR was the way to go for me. > So I got hold of this e-book: > Agile Web Development with Rails - The Pragmatic Programmers > > The book tells me to install everything I need, including and Apache web > server using InstantRails. > > When I check OnLamp tutorial carefully, sure enough there is a link to > an updated version using InstantRails. > > My question then: > Should I install InstantRails? > > If I do, do I need to uninstall Ruby, Rails, and mySQL database first? > > My boss is likely to be less than sympathetic if I make a mess of my PC > by experimenting with a new system. I was hoping to develop the web > application FIRST, without drawing attention to myself and THEN make the > case for using RoR. > > -- > Posted via http://www.ruby-forum.com/. > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails >