Skip to content

metanet/heroku-buildpack-vertx-jdk7

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

Heroku buildpack: Vert.x

This is a fork of tomaslin's Heroku buildpack for Vert.X apps.

This buildpack deploys with vertx.2.1M2. For detecting your app, it requires a vertx-marker file in your project's root directory.

If you do not provide a Procfile, your app is started with:

vertx run server.groovy

Usage

Example usage:

$ ls
vertx-marker

$ heroku create APP_NAME -b https://github.com/metanet/heroku-buildpack-vertx-jdk7.git

$ git push heroku master

-----> Heroku receiving push
-----> Fetching custom build pack... done
-----> Vert.x app detected
-----> Installing Vert.x..... done

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published