This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
frog /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
README.textile | ||
| |
Rakefile | ||
| |
db/ | ||
| |
frog.rb | ||
| |
lib/ | ||
| |
public/ | ||
| |
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.








