Skip to content
This repository has been archived by the owner on Jan 16, 2023. It is now read-only.

slorek/boilerplate-jruby9k_torquebox4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JRuby 9.0.0.0 + Torquebox 4 Boilerplate

This boilerplate Rack application is designed as a starting point for high-performance web applications.

It includes the web component of Torquebox 4 which is currently regarded as the highest performance Ruby application server.

JRuby 9.0.0.0 has been chosen for its Ruby 2.2 support.

As these components are in pre-release state there may be some stability/performance issues.

Installation

Ensure you have JDK 8 installed before installing JRuby.

Install JRuby 9.0.0.0, either from the binaries or using a Ruby version manager (e.g. RVM)):

rvm install jruby-9.0.0.0.pre1

Install the gem dependencies:

bundle

Running

Run the application with Torquebox 4:

torquebox run

Deployment to Heroku

The boilerplate has been tested on Heroku. To deploy this application to Heroku:

heroku create
git push heroku master

About

JRuby 9.0.0.0 + Torquebox 4 Boilerplate

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages