https://github.com/will/heroku-buildpack-redline
buildpack for redline smalltalk
https://github.com/will/heroku-buildpack-redline
Last synced: 9 months ago
JSON representation
buildpack for redline smalltalk
- Host: GitHub
- URL: https://github.com/will/heroku-buildpack-redline
- Owner: will
- License: mit
- Created: 2012-11-22T06:32:25.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-11-22T07:44:16.000Z (over 13 years ago)
- Last Synced: 2025-07-08T22:06:01.244Z (9 months ago)
- Language: Shell
- Size: 129 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Heroku buildpack: Redline Smalltalk
===================================
This is a [Heroku buildpack](http://devcenter.heroku.com/articles/buildpacks) for Redline Smalltalk apps.
Usage
-----
[Detailed Example](https://gist.github.com/gists/4129809)
Quick Example:
$ heroku create --buildpack https://github.com/will/heroku-buildpack-redline.git
$ git push heroku master
...
-----> Heroku receiving push
-----> Redline Smalltalk app detected
Hacking
-------
To use this buildpack, fork it on Github. Push up changes to your fork, then create a test app with `--buildpack ` and push to it.
Note: You will need to have your build copy the necessary jars to run your application to a place that will remain included with the slug.
Commit and push the changes to your buildpack to your Github fork, then push your sample app to Heroku to test.
License
-------
Licensed under the MIT License. See LICENSE file.