Skip to content

onixie/heroku-buildpack-racket

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Heroku buildpack: Racket

This is a Heroku buildpack for Racket apps. It uses Racket.

Usage

Example usage:

$ ls
Procfile web.mkt heroku-setup.mkt

$ heroku create --stack cedar --buildpack http://github.com/onixie/heroku-buildpack-racket.git

$ git push heroku master
...
-----> Heroku receiving push
-----> Fetching custom buildpack
-----> Racket Framework app detected
-----> Building Racket Runtime Environment
...

The buildpack will detect that your app has a heroku-setup.mkz in the root.

Hacking

To use this buildpack, fork it on Github. Push up changes to your fork, then create a test app with --buildpack <your-github-url> and push to it.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%