Skip to content

stackrayio/heroku-buildpack-stackray

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Heroku buildpack: Stackray

A Heroku buildpack for adding Stackray Modeler into your project.

Usage

Use this buildpack with heroku-buildpack-multi:

heroku buildpacks:add heroku/ruby
heroku buildpacks:add http://github.com/stackray/heroku-buildpack-stackray.git

See Heroku docmentation here.

You can always check which buildpacks are currently set with:

heroku buildpacks

Building:

$ git push heroku master
...
-----> Heroku receiving push
-----> Fetching custom buildpack
-----> Found a .stackray file
       Downloading jar https://s3.amazonaws.com/stackray/releases/stackray.jar
...

The buildpack will detect that your app has a .stackray file in the root. It feches a tar and extracts a jar into your application's root directory, and runs .profile.d/start-service.

About

Heroku Buildpack for Stackray

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages