Home > lein-herokujetty

lein-herokujetty

Lein-herokujetty is a project mainly written in Clojure, it's free.

Simple leiningen plugin to lauch Jetty instances that can run any java WAR package inside Heroku.

lein-herokujetty

Simple leiningen plugin to launch Jetty instances inside Heroku, that can run any java WAR package.

Usage

This plugin tries to find a WAR package with the project name (from project.clj) inside the target/ directory. A PORT envinronment variable must be present:

PORT=8080 lein herokujetty

You can add this command to your Procfile (Foreman configuration) as the web process of your heroku application:

Procfile

web: lein herokujetty

License

Copyright (C) 2011 Fabio Kung [email protected]

Distributed under the Eclipse Public License, the same as Clojure.

Previous:dotirssi