Skip to content
This repository has been archived by the owner on Aug 15, 2018. It is now read-only.

Quick Start Guide

brendanjerwin edited this page Sep 13, 2010 · 4 revisions
  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
Clone this wiki locally