Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chetan/cms
mini cms (and web) framework written in Ruby
https://github.com/chetan/cms
Last synced: 21 days ago
JSON representation
mini cms (and web) framework written in Ruby
- Host: GitHub
- URL: https://github.com/chetan/cms
- Owner: chetan
- Created: 2009-11-03T18:01:46.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2009-11-23T21:22:36.000Z (about 15 years ago)
- Last Synced: 2024-10-19T03:45:06.564Z (2 months ago)
- Language: Ruby
- Homepage:
- Size: 176 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
INTRO
This is the start of a small CMS and Web framework. The goal is to create
programmer-friendly building blocks for creating content-driven websites from
static websites to dynamic blogs and image galleries.QUICKSTART
app/ Test application for the framework
docs/ Documentation
src/ Framework source coderun the web server:
$ app/start.shmounts at http://localhost:3000/
DEPENDENCIES
cms framework
- mongodb (server)
- mongo (client, gem)
- mongo_ext (gem, optional)web framework
- rack (gem)
- any web server (mongrel, thin, webrick :p)
- log4r (gem, optional if using Logger util)