public
Description: Open source Rails based content management that works.
Home | Edit | New

Quick Start Guide

  1. clone from git hub: git clone git://github.com/knewter/ansuz.git
  2. create database config in config/database.yml (see config/database.yml.example if you need help)
  3. create databases: rake db:create:all
  4. run migrations: rake db:migrate
  5. run plugin migrations: rake db:migrate:plugins
  6. run tests: rake spec
  7. create a new user (do not use this in production): rake utils:create_admin
  8. start server: script/server -p 3000
  9. goto: http://localhost:3000/admin
  10. login with admin/admin
Last edited by brendanjerwin, Thu Oct 23 17:24:23 -0700 2008
Home | Edit | New
Versions: