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

kissaten/warbler-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Heroku Warbler Example

This project demonstrates how to deploy a War file packaged with Warbler and JRuby to Heroku.

There are three methods of doing this:

Heroku Button

Deploy to Heroku

Ruby Buildpack Deployment

$ git clone https://github.com/kissaten/warbler-example
$ cd warbler-example
$ heroku create
$ git push heroku master

Standalone Toolbelt Deployment

$ git clone https://github.com/kissaten/warbler-example
$ cd warbler-example
$ heroku create
$ heroku plugins:install java
$ bundle install
$ warble
$ heroku deploy:jar heroku-warbler-example.war

Maven Deployment

Another method of deployment, not demonstrated here, uses a pom.xml to configure the app. For an example of this, see the jruby-async-servlets-example.

About

Example app for running JRuby on Heroku with Warbler

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages