Skip to content

bartonhammond/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 Heroku buildpack for Vert.X apps.

Usage

Example usage:

$ ls
server.js

$ heroku create --stack cedar --buildpack https://github.com/tomaslin/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

The buildpack will detect your app as a Vert.x project if it has a file called server.js. If you don't provide a Procfile, the build pack will default to launching your app with vertx run server.js

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 100.0%