Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 863 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 863 Bytes

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