Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/avodonosov/heroku-cl-example2
https://github.com/avodonosov/heroku-cl-example2
Last synced: about 5 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/avodonosov/heroku-cl-example2
- Owner: avodonosov
- Created: 2013-02-03T02:08:19.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-02-04T06:10:01.000Z (almost 12 years ago)
- Last Synced: 2023-04-22T06:40:11.615Z (over 1 year ago)
- Language: Common Lisp
- Size: 133 KB
- Stars: 5
- Watchers: 4
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Example application for [my rework of the Heroku build pack] (https://github.com/avodonosov/heroku-buildpack-cl2).
It just runs fresh Hunchentoot and is available here: http://rocky-island-7243.herokuapp.com/.
## Instructions:
First, get yourself set up with a [Heroku account and tools](http://devcenter.heroku.com/articles/quickstart).When you have a git repository with your application (for example by forking this one),
you can register it as a Heroku app using my version of the buildpack:heroku create -s cedar --buildpack https://github.com/avodonosov/heroku-buildpack-cl2
And deploy:
git push heroku master
That's it!