You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-4Lines changed: 5 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -31,17 +31,18 @@ To avoid trouble with SBCL source encoding use: ```heroku config:add LANG=en_US.
31
31
32
32
And deploy:
33
33
34
-
git push heroku
34
+
git push heroku branch
35
35
36
-
That's it!
36
+
Where you should replace *branch* with the branch of your choice. There are currently 2 branches. *Master* has Huchentoot specific code and *aserve* has AllegroServe specific code.
37
+
38
+
That's it! Use `heroku open` to view your app in your browser!
37
39
38
40
## More details:
39
41
40
-
There are currently 2 branches. *Master* has Huchentoot specific code and *aserve* has AllegroServe specific code.
41
42
Currently https://github.com/jsmpereira/heroku-buildpack-cl let's you run Hunchentoot with SBCL and CCL and AllegroServe(portableaserve) with CCL.
42
43
43
44
There is a pending issue with [acl-compat](https://github.com/mtravers/portableaserve/tree/master/acl-compat) bundled with portableaserve preventing use with SBCL. Look [here](https://github.com/mtravers/wuwei/issues/10) for more information.
44
45
45
46
The file heroku-setup.lisp gets loaded at compile time, and needs to load any Lisp files or packages required.
46
47
47
-
Thanks to [Mike Travers](https://github.com/mtravers) for getting Common Lisp on Heroku.
48
+
Thanks to [Mike Travers](https://github.com/mtravers) for getting Common Lisp on Heroku.
0 commit comments