public
Fork of moomerman/frog
Description: Frog is a full-featured blog application written using the sinatra web framework
Homepage: http://frog.moocode.com/
Clone URL: git://github.com/chalkers/frog.git
frog /
name age message
file .gitignore Loading commit data...
file README.textile
file Rakefile
directory db/
file frog.rb
directory lib/
directory public/
directory views/
README.textile

Frog

Frog is a full-featured blog application written using the sinatra web framework.
By default frog uses sqlite3 as the data store, but you can use anything that ActiveRecord supports, configure this in lib/models.rb.

Dependencies

  • gem install sinatra activerecord RedCloth syntaxi
  • gem install sqlite3-ruby # if you’re using sqlite3

Installing and Running

  • git clone git://github.com/moomerman/frog.git
  • cd frog
  • rake frog:init
  • ./frog.rb
  • go to http://localhost:4567/

To create a new blog entry you need to go to /admin and login with admin:admin.