Start with the sample Rails project
The sample project is located in the /opt/bitnami/projects/sample folder. Start the Rails server with the sample application.
$ cd /opt/bitnami/projects/sample
$ sudo ruby bin/rails server (for Rails 3.x)
$ sudo 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.