Skip to content

davidnorth/cms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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