Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 704 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 704 Bytes

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