Common Lisp on Heroku with Hunchentoot?
Asked Answered
U

2

8

Has anyone been able to successfully deploy an app on Heroku with the Heroku Common Lisp Buildpack using Hunchentoot?

I'm getting a

!     Heroku push rejected, no Cedar-supported app detected

and I'm not sure if I'm doing something wrong, or if it isn't supported yet

UPDATE:

The above error was due to a missing heroku-setup.lisp file. Heroku now accepts the push, but trying to access the website gives an error.

Mike Travers answered the question: "No, it's not currently supporting Hunchentoot, but it wouldn't be hard to add that.".

I guess the question now remains is who is capable to add that functionality?

Ultimatum answered 12/3, 2012 at 2:2 Comment(0)
S
7

jsmpereira has added sbcl/hunchentoot capabilities. https://github.com/jsmpereira/heroku-cl-example

Spectrohelioscope answered 17/3, 2012 at 8:51 Comment(0)
V
3

See also https://github.com/bhyde/heroku-buildpack-ccl64-example1 which is an example of doing that via a buildapp that provides ccl64 + quicklisp + asdf

Vance answered 16/4, 2013 at 20:17 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.