Skip to content

fabiokung/lein-herokujetty

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
# 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 <fabio.kung@gmail.com>

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published