Start with the sample Rails project
When using a native installer, the sample project is located in the installdir/projects/sample folder. Follow these steps:
Load the Bitnami console.
$ cd installdir $ ./rubyconsole
Start the Rails server with the sample application.
$ cd installdir/projects/sample $ ruby bin/rails server (for Rails 3.x) $ ruby bin/server (for Rails 2.x)
You should see something like this:
=> Booting WEBrick
=> Rails 4.2.2 application starting on http://localhost:3000
=> Run `rails server -h` for more startup options
=> Ctrl-C to shutdown server
[ ] INFO WEBrick 1.3.1
[ ] INFO ruby 2.0.0 (2015-04-13) [x86_64-darwin10.0.0]
[ ] INFO WEBrick::HTTPServer#start: pid=3061 port=3000
You should now be able to access the sample application