Skip to content
/ ansuz Public
forked from knewter/ansuz

Open source Rails-based content management that works.

License

Notifications You must be signed in to change notification settings

hosh/ansuz

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Open source Rails-based content management that works.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 91.7%
  • Ruby 2.9%
  • PHP 2.3%
  • Python 1.7%
  • Perl 1.4%