An open API service indexing awesome lists of open source software.

https://github.com/stackify/heroku-buildpack-stackify


https://github.com/stackify/heroku-buildpack-stackify

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          


# Stackify Heroku Buildpack

The Stackify Heroku Buildpack

### Installation

#### Add Stackify Buildpack

```
heroku buildpacks:add -i=1 https://github.com/stackify/heroku-buildpack-stackify.git
```

#### Configure Buildpack

```
heroku config:set STACKIFY_KEY="XXXXXXXXXX"
heroku config:set STACKIFY_APPLICATION_NAME="My Application"
heroku config:set STACKIFY_ENVIRONMENT_NAME="Production"
```