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 (
commit de836a942592e32643c3115185962dee99f9b417
tree e5f3c7f85f62f68e0d0a36518ef3dca8fd355ca0
parent bc7bd840358b55db2259fb72c3123e13b41dfad0
tree e5f3c7f85f62f68e0d0a36518ef3dca8fd355ca0
parent bc7bd840358b55db2259fb72c3123e13b41dfad0
adva_cms /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
.gitmodules | ||
| |
CHANGELOG | ||
| |
README | ||
| |
doc/ | ||
| |
engines/ | ||
| |
gems/ | ||
| |
plugins/ | ||
| |
script/ | ||
| |
setup.rb | Thu Feb 05 06:32:47 -0800 2009 | |
| |
spec/ |
README
Welcome to Adva-cms =================== Adva-cms is a cutting edge open source application platform based on Ruby on Rails and Rails Engines. Different from others, adva-cms lives in vendor directory and keeps your main app directory clean and dandy. So you can reclaim app directory and use it only for your own application files. Adva makes it extensible: you can only pick those engines/features you really need for your application and omit the rest. All engines are designed to work together seamlessly, so the whole platform feels much more consistent for similar but separate Rails applications. Please check out /doc directory and our site http://adva-cms.org for more info. Installation ============ You need Rails 2.2.2 or newer. rails my-app cd my-app git init git submodule add git://github.com/svenfuchs/adva_cms.git vendor/adva ruby vendor/adva/setup.rb # adds adva rake tasks and required files rake db:migrate:all # runs Adva migrations ruby script/server firefox http://localhost:3000 You should see Adva installation screen. Fill out the form and you're started, enjoy! Development =========== Please check out /doc directory for high level overview about Adva. Running specs and int tests rake db:test:clone # Clones from your development database to test database ruby script/test-adva # Runs all Adva specs and int tests Please report bugs to Lighthouse: http://artweb-design.lighthouseapp.com/projects/13992-adva_cms/overview Git repository: http://github.com/svenfuchs/adva_cms/tree/master Adva mailing list: http://groups.google.com/group/adva-cms Adva irc: irc://irc.freenode.net#adva-cms








