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

Commit

Permalink
more README updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Adams committed Jan 18, 2009
1 parent d5fc940 commit c9659ab
Showing 1 changed file with 3 additions and 18 deletions.
21 changes: 3 additions & 18 deletions README.markdown
Expand Up @@ -14,25 +14,10 @@ By combining the CMSes of Isshen Solutions and Isotope 11, we plan to create
a best-of-breed technology suitable for production use on a myriad of sites.
Ansuz is licensed via the BSD license.

# Gem Dependencies
mislav-will_paginate

# Quick Start
## 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. run: gem sources -a http://gems.github.com
4. install gems: rake gems:install
5. run: gem install haml --no-ri --no-rdoc
6. run plugin migrations: rake db:migrate:plugins
7. create databases: rake db:create:all
8. run migrations: rake db:migrate
9. run tests: rake spec
10. create a new user (do not use this in production): rake utils:create_admin
11. create the folder at public/uploads (This is for fckeditor's resource browser / uploader)
12. start server: script/server -p 3000
13. goto: http://localhost:3000/admin
14. login with admin/admin
2. rake ansuz:install

NOTE: SQLite has problems with ansuz, please don't use it for now.

Expand All @@ -43,7 +28,7 @@ it will check out a new ansuz and set up a fresh database for it and set up a vh
for the domain specified. So, then if that domain points to the server, Bam! Done.


# This software is BSD licensed. See the COPYING file for details.
## This software is BSD licensed. See the COPYING file for details.

For help, feel free to contact the authors at:

Expand Down

0 comments on commit c9659ab

Please sign in to comment.