Sha256: fc2d02b71e572f1085d7c2ea8c9185c96b13a775ba669faea7230adeddbdb51a

Contents?: true

Size: 1.06 KB

Versions: 1

Compression:

Stored size: 1.06 KB

Contents

# Aura [![Build Status](http://travis-ci.org/buildwithaura/aura.png)](http://travis-ci.org/buildwithaura/aura)
#### Aura is a CMS.

## Super easy setup

    gem install aura --pre

Start a new project:

    aura new myproject

Set it up:

    cd myproject
    bundle install

Run:

    rackup

Point your browser then to `http://localhost:9292`! The default user is
`test@sinefunc.com` / `password`.

## Other setup notes

### Configuring a database

Aura uses sqlite by default. If you'd want it to connect to another SQL 
database, see the `config/database.rb.example`.

### Development setup

Clone the repo in your machine:

    git clone http://github.com/buildwithaura/aura.git
    cd aura

You can Rackup from the `default/` directory:

    cd default
    rackup

You can install a copy of the gem like so:

    gem build *.gemspec
    gem install *.gem

## Authors and copyright

Aura is authored and maintained by Rico Sta. Cruz of Sinefunc, Inc.
See more of our work on [www.sinefunc.com](http://www.sinefunc.com)!

(c) 2010-2011 Rico Sta. Cruz. Released under the MIT license.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
aura-0.0.1.pre10 README.md