/heroku-cl-example

Example use of Heroku Common Lisp Buildpack

Primary LanguageCommon Lisp

Common Lisp on Heroku -- Example Project

This project is an example of how to use the Heroku Common Lisp Buildpack. See the buildpack repository for more information and credits.

Instructions:

First, get yourself set up with a Heroku account and tools.

Then fork this project (and optionally modify it with your own content).

Next, create your own Heroku application using CL Buildpack:

heroku create -s cedar --buildpack http://github.com/mtravers/heroku-buildpack-cl.git

And deploy:

git push heroku

That's it!

More details:

The file heroku-setup.lisp gets loaded at compile time, and needs to load any Lisp files or packages required.