Skip to content

jkutner/ratpack-jruby-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ratpack JRuby Example

An example of how to use the Ratpack web framework from JRuby.

Deploy

Local Setup

$ git clone https://github.com/jkutner/ratpack-jruby-example
$ cd ratpack-jruby-example
$ jgem install jbundler bundler
$ jbundle install
$ bundle install --binstubs
$ export DATABASE_URL="postgres://localhost:5432/ratpack"
$ bin/rake db:migrate
$ jruby server.rb

Heroku Setup

$ heroku create --addons heroku-postgresql
$ git push heroku master
$ heroku run rake db:migrate

License

Apache v2

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages