Skip to content

mtravers/heroku-cl-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Example use of Heroku Common Lisp Buildpack

Resources

Stars

84 stars

Watchers

2 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors