Skip to content

Commit 95d71d6

Browse files
committed
add documentation for git push and use heroku open to view app
1 parent 87718bc commit 95d71d6

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,17 +31,18 @@ To avoid trouble with SBCL source encoding use: ```heroku config:add LANG=en_US.
3131

3232
And deploy:
3333

34-
git push heroku
34+
git push heroku branch
3535

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!
3739

3840
## More details:
3941

40-
There are currently 2 branches. *Master* has Huchentoot specific code and *aserve* has AllegroServe specific code.
4142
Currently https://github.com/jsmpereira/heroku-buildpack-cl let's you run Hunchentoot with SBCL and CCL and AllegroServe(portableaserve) with CCL.
4243

4344
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.
4445

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

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

Comments
 (0)