Skip to content

bpanthi977/cl-heroku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example application for https://github.com/lucashpandolfo/heroku-buildpack-cl2 (Adapted from https://github.com/avodonosov/heroku-cl-example2)

It just runs fresh Hunchentoot server.

Instructions:

First, get yourself set up with a Heroku account and tools.

When you have a git repository with your application (for example by forking this one), you can register it as a Heroku app using the buildpack:

heroku create -s cedar --buildpack https://github.com/lucashpandolfo/heroku-buildpack-cl2

And deploy:

git push heroku master

That's it! You can open the app:

heroku open

Releases

No releases published

Packages

No packages published