Deploy a new Rails application
Using JRuby, start the Rails server by running the following command:
$ cd APPNAME
$ jruby -S bundle exec rails s
This will start the Rails server for your application on port 3000. Find more information about how to access the application using your Web browser.