joeydonuts/ansuz
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
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. install gems: rake gems:install
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
NOTE: SQLite has problems with ansuz, please don't use it for now.
== This software is GPLv2
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
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
james at isotope11.com
adam at isshen.com
= Physical Address
Isotope 11, Inc.
600 Beacon Parkway
Suite 950
Birmingham, AL 35209
Releases
No releases published
Languages
- JavaScript 91.5%
- Ruby 3.1%
- PHP 2.3%
- Python 1.7%
- Perl 1.4%