Skip to content

kingcons/coleslaw-heroku

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Coleslaw on Heroku

Deploy your Common Lisp blog using Coleslaw on the Heroku platform.

Makes use of my heroku-buildpack-cl fork.

Example app: http://dry-wildwood-8610.herokuapp.com

Because of Heroku's build system and read-only filesystem, some tweaks were needed.

Quick instructions

  1. Setup Heroku app
  heroku create -s cedar --buildpack http://github.com/jsmpereira/heroku-buildpack-cl.git
  heroku labs:enable user-env-compile -a myapp
  heroku config:add CL_IMPL=sbcl
  heroku config:add CL_WEBSERVER=hunchentoot
  heroku config:add LANG=en_US.UTF-8
  
  1. Rename example.coleslawrc to .coleslawrc and edit.

  2. Create your content under /posts in .post files.

  3. git push heroku master

About

Coleslaw on Heroku

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Common Lisp 100.0%