hosh / ansuz forked from knewter/ansuz

Open source Rails-based content management that works.

This URL has Read+Write access

Josh Adams (author)
Tue Sep 09 21:25:18 -0700 2008
commit  e0be36f65b84a4a3049e6df439f03f4dca058b5a
tree    1a5112634122fb4d0df1ddec35a51a596e721637
parent  438e2f00b3b11353f8aa9c32d676cfa384eb87ab
ansuz /
name age message
file .gitignore Loading commit data...
file COPYING
file Capfile Sat Sep 06 18:51:55 -0700 2008 added deploy script [Josh Adams]
file README
file Rakefile Tue Aug 19 20:25:23 -0700 2008 checked in a base rails app [Josh Adams]
directory app/
directory config/
directory db/
directory doc/ Tue Aug 19 20:25:23 -0700 2008 checked in a base rails app [Josh Adams]
directory lib/
directory public/
directory script/ Fri Aug 22 18:32:55 -0700 2008 [ARCH] Imported rspec/rspec-rails 1.1.4 [hosh]
directory spec/
directory stories/ Fri Aug 22 18:32:55 -0700 2008 [ARCH] Imported rspec/rspec-rails 1.1.4 [hosh]
directory test/
directory vendor/
README
== Ansuz

Ansuz is an open source Content Management System built in Ruby on Rails. 
It aims for a modular / plugin-based design, and should have more features 
out of the box than any other Rails CMS we’re aware of.

By combing 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 will be licensed initially via GPLv2.

== Gem Dependencies
- mislav-will_paginate

== 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

== This software is GPLv2

 Copyright (C) 2008 Josh Adams, 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
    the Free Software Foundation; either version 2 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License along
    with this program; if not, write to the Free Software Foundation, Inc.,
    51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.

 For help, feel free to contact the authors at:

 josh at isotope11.com
 adam at isshen.com

 = Physical Address 
 Isotope 11, Inc.
 600 Beacon Parkway
 Suite 950
 Birmingham, AL 35209