2012-03-12 64 views
8

有沒有人能夠使用Hunchentoot成功地在Heroku上部署應用程序Heroku Common Lisp BuildpackHerche與Hunchentoot的常見Lisp?

我得到一個

!  Heroku push rejected, no Cedar-supported app detected 

,我不知道如果我做錯了什麼,或者如果它還不支持

UPDATE:

上述錯誤是由於缺少一個heroku-setup.lisp文件。 Heroku現在接受推送,但試圖訪問該網站提供了一個錯誤。

Mike Travers回答了問題:「No, it's not currently supporting Hunchentoot, but it wouldn't be hard to add that.」。

我想現在的問題仍然是誰能夠添加該功能?

回答