Pacmara is a simple blog engine built with Sinatra and Redis. It is well documented and commented, perfect for beginning with Sinatra, and/or Redis. Pacmara is a work in progress and is constantly being updated. Contributions appreciated.
Comes included with a basic template, your’s free once you clone this repo. S&H not included.
Try Pacmara out at pacmara.herokuapp.com.
##Requirements
Pacmara requires a either a RedisToGo account, or Redis running on your local machine.
$ bundle
$ shotgun
$ heroku login
$ heroku create
$ git push heroku master
$ heroku config:set REDISTOGO_URL=http://YOUR_REDISTOGO_URL:3030
git checkout -b my_pacmara)git commit -am "Added Snarkdown")git push origin my_pacmara)