Skip to content

mtsd/potage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Potage

Potage is minimal blog engine written in Sinatra web framework.

Potage have been written for my owner blog.

The following is a plan.

Inspired with

Ingredients

  • Framework : Sinatra
  • Template engine : HAML or Markdown
  • ORM : Sequel + SQLite3
  • Photo : Flickr or other photo storage services
  • Comment : DISQUS

Dependencies

  • Sinatra
  • Sequel
  • HAML
  • Builder
  • RDiscount
$ sudo gem install sinatra rack sequel sqlite3-ruby rdiscount builder haml capistrano

Deployment on server

Ensure that you have correct information in config/config.yml.

Potage is written for running at Dreamhost hosting service.
Rename example deploy file to config/deploy.rb.

  • cap deploy:setup
  • cap deploy

About

Potage is minimal blog engine written in Sinatra web framework.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages