This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Marko Seppä (author)
Mon Oct 06 08:10:13 -0700 2008
adva_cms /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Mon Sep 29 05:41:01 -0700 2008 | [clemens] |
| |
MIT-LICENCE | Wed Jun 04 13:25:05 -0700 2008 | [svenfuchs] |
| |
README | Mon Sep 15 07:53:49 -0700 2008 | [svenfuchs] |
| |
Rakefile | Wed Jun 04 13:25:05 -0700 2008 | [svenfuchs] |
| |
TODO | Sun Aug 03 13:02:56 -0700 2008 | [svenfuchs] |
| |
app/ | Wed Jun 04 13:25:05 -0700 2008 | [svenfuchs] |
| |
config/ | Mon Sep 29 08:06:11 -0700 2008 | [clemens] |
| |
doc/ | Wed Jun 25 05:17:30 -0700 2008 | [svenfuchs] |
| |
lib/ | Wed Jun 04 13:25:05 -0700 2008 | [svenfuchs] |
| |
log/ | Wed Jun 04 13:25:05 -0700 2008 | [svenfuchs] |
| |
public/ | Wed Sep 24 05:54:05 -0700 2008 | [clemens] |
| |
script/ | Mon Sep 15 07:24:01 -0700 2008 | [svenfuchs] |
| |
spec/ | Mon Oct 06 04:09:35 -0700 2008 | [clemens] |
| |
stories/ | Mon Oct 06 08:10:13 -0700 2008 | [Marko Seppä] |
| |
vendor/ | Mon Oct 06 04:09:35 -0700 2008 | [clemens] |
README
Find out more about adva-cms at: http://adva-cms.org ## Bugs Our infinitely awesome Lighthouse is at: http://artweb-design.lighthouseapp.com/projects/13992-adva_cms/overview Please use it :) ## Prerequisites Rails 2.1 ## Installation * cp config/database.example.yml config/database.yml * run rake db:migrate:all to setup the database (Sqlite for toying) * start the server * visit http://localhost:3000 Optionally tweak config/database.yml (e.g. for MySQL) and run rake db:create, then continue as above. You should be directed to an installation screen. Fill out the form and you're started. The forum section type currently does not work, so don't add a forum to your site. ## Running specs and stories To run the specs use: script/spec -O spec/spec.opts <path> with `<path>` being a directory containing specs, a single spec filename or a path glob specification like `spec/controllers/blog*` E.g. script/spec -O spec/spec.opts spec # will run all specs script/spec -O spec/spec.opts spec/controllers/blog_controller_spec.rb # will run the blog_controller spec ruby stories/run.rb stories/stories/*routes* # will run all routes specs Same thing with the stories, except that you run the stories/run.rb script. To run the stories use: ruby stories/run.rb <path> with `<path>` being a directory containing stories, a single story filename or a path glob specification like `stories/stories/blog*` E.g. ruby stories/run.rb stories # will run all stories ruby stories/run.rb stories/stories/login.txt # will run the login story ruby stories/run.rb stories/stories/blog* # will run all blog stories




