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 | Thu Sep 18 17:11:18 -0700 2008 | |
| |
README.textile | Fri Oct 24 09:36:23 -0700 2008 | |
| |
Rakefile | Sat Sep 27 05:27:35 -0700 2008 | |
| |
frog.rb | Sat Sep 27 07:17:59 -0700 2008 | |
| |
lib/ | Mon Nov 10 07:04:35 -0800 2008 | |
| |
public/ | Sat Sep 27 10:58:43 -0700 2008 | |
| |
views/ | Sat Sep 27 10:58:43 -0700 2008 |
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.







