Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 350 Bytes

README.rdoc

File metadata and controls

18 lines (10 loc) · 350 Bytes

Rails CMS (Working Title)

A minimalist CMS with maximum flexibility. Designed for small teams and web developers.

rake gems:install 

cp config/database.yml.example config/database.yml

edit your database settings

rake db:create
rake db:schema:load

edit db/seed.rb and add your own user details

rake db:bootstrap

script/server