summaryrefslogtreecommitdiff
path: root/doc/README_FOR_APP
blob: 9b763577e17c1e65a2ea0c457267c06ab94f6fd3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
CCCMS


The basic structure of the cccms is built from Nodes. Nodes live within a 
nested set. When a arbitrary url is entered it is dispatched to the
ContentController action render_page. Based on the url parameters the
render_page action retrieves the corresponding Node from the database. Rather
than walking through the tree of the nested set to find the node, the Node is
retrieved directly by its unique_name which matches the url parameters.

So much for now yeah


git clone ssh://git@svn.medienhaus.udk-berlin.de/usr/local/git/cccms

git checkout --track -b poc1 origin/poc1

git submodule init

git submodule update

===============================================================================

Import all Updates from the old ccc.de site:

extract db/updates.tbz

start a script/console and execute the following commands:

i = UpdateImporter.new("#{RAILS_ROOT}/db/updates")
i.import_xml