From InstantRails To RubyStack
|
Many of us at BitNami got started with Ruby on Rails using InstantRails and would like to acknowledge the excellent work done by its authors. We would like for InstantRails users to feel at home with RubyStack. For that reason, we created this mini-guide to cover the main differences between InstantRails and RubyStack. RubyStack is an installer, not a zip file Being an installer allows us to simplify some configuration steps in a wizard-like manner. One of the reasons that people dislike installers is that they tend to modify the system in a variety of places. Rest assured this is not the case with RubyStack. We do not add any extra variables or registry settings or copy files outside of the installation directory. We install MySQL as a service, but it will removed upon uninstallation. Future versions of RubyStack will allow you to choose whether you want to install MySQL as a service or start it manually. We are also looking into creating a version of RubyStack that can be distributed as a zip file, but that is still a bit further in the future. Do you ship Apache? Yes, we ship Apache 2.2, in addition to Mongrel and Webrick. Do you ship phpMyAdmin? Yes, we ship PHP and phpMyAdmin as an easy to use GUI for MySQL. RubyStack does not have a tray icon. How can I start/stop services like MySQL?
You can use the Start Menu entries to start/stop needed services (like
MySQL): How can I start my web application?
Launch "Use Ruby" from the Start Menu, go to your Rails application's
directory and start the server. With a default configuration and step by
step: How can I stop my web application?
Just close the window were the server is running or press
How can I access my web application? Ensure that you are running the application server (see "How can I start my web application?") and then point your web browser to http://localhost:3000/. How do I upgrade RubyStack?
Nearly in the same way you did with InstantRails:
How do I create another Rails application?
We already created and configured a default Rails application for you.
By default it is located at |
