Coder Social home page Coder Social logo

ansuz's Introduction

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

 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.  create the folder at public/uploads (This is for fckeditor's resource browser / uploader)
 10. start server: script/server -p 3000
 11. goto: http://localhost:3000/admin
 12. login with admin/admin

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

== If you had problems with the above

I was asked to add this to the README.

gem install -v=2.1.0 rails --no-ri --no-rdoc
rake rails:freeze:edge RELEASE=2.1.0
gem sources -a http://gems.github.com
gem install haml --no-ri --no-rdoc

If upgrading to 2.1.2, see:  http://engines.lighthouseapp.com/projects/10178/tickets/37-module-activesupportdependencies

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

 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

ansuz's People

Contributors

hosh avatar jasonnoble avatar

Stargazers

Angus H. avatar Tommy Pyun avatar

Watchers

Tommy Pyun avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.