jls / jewelicms

A Rails CMS that keeps it simple. Jeweli was created for busy agencies, designers and developers who want an uncluttered interface that also lets you write your layout in Rails. If you don't know any Rails, you'll just need to start with a simple Jeweli generated site and copy the functional bits.
http://jewelicms.com
MIT License
8 stars 2 forks source link

Quickstart

git clone http://github.com/jls/jewelicms.git
cd jewelicms
cp config/database.yml.template config/database.yml
sudo rake gems:install
rake db:setup

This will clone the Jeweli repository, setup the database and give you a fresh install ready to go.

Blog in 15 Minutes Tutorial

A tutorial to get a blog up and running on Jeweli in 15 minutes. This will walk you through every step needed to recreate jewelicms.com.

http://jewelicms.com/read/a-rails-blog-in-15-minutes

Setting up Akismet Spam Service