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

Commit

Permalink
updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Adams committed Sep 13, 2008
1 parent d4c7e3d commit eff8aac
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions README
Expand Up @@ -14,18 +14,20 @@ Ansuz will be licensed initially via GPLv2.
== Quick Start

1. clone from github: 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 tests: rake spec
6. create a new user (do not use this in production): rake utils:create_admin
7. start server: script/server -p 3000
8. goto: http://localhost:3000/admin
9. login with admin/admin
2. install gems: rake gems:install
3. create database config in config/database.yml (see config/database.yml.example if you need help)
4. create databases: rake db:create:all
5. run migrations: rake db:migrate
6. run plugin migrations: rake db:migrate:plugins
7. run tests: rake spec
8. create a new user (do not use this in production): rake utils:create_admin
9. start server: script/server -p 3000
10. goto: http://localhost:3000/admin
11. login with admin/admin

== This software is GPLv2

Copyright (C) 2008 Josh Adams, Isotope 11, Inc. and Adam Dill, Isshen Solutions, Inc.
Copyright (C) 2008 Josh Adams and James Cook, Isotope 11, Inc. and Adam Dill, Isshen Solutions, Inc.

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand All @@ -44,6 +46,7 @@ Ansuz will be licensed initially via GPLv2.
For help, feel free to contact the authors at:

josh at isotope11.com
james at isotope11.com
adam at isshen.com

= Physical Address
Expand Down

0 comments on commit eff8aac

Please sign in to comment.