summaryrefslogtreecommitdiff
path: root/doc/README_FOR_APP
diff options
context:
space:
mode:
authorhukl <hukl@eight.local>2009-01-31 23:12:24 +0100
committerhukl <hukl@eight.local>2009-01-31 23:12:24 +0100
commit673d7da787a8bf5c6477871557f27352edbb5a64 (patch)
treebbe6c1936a322c0657f9383e058c7db97b23ee80 /doc/README_FOR_APP
parentc0ebf77ea3b9c0cae8bb6f1e3fef938440d9625e (diff)
added how to checkout the git remote repository
Diffstat (limited to 'doc/README_FOR_APP')
-rw-r--r--doc/README_FOR_APP11
1 files changed, 10 insertions, 1 deletions
diff --git a/doc/README_FOR_APP b/doc/README_FOR_APP
index f60b385..4a84114 100644
--- a/doc/README_FOR_APP
+++ b/doc/README_FOR_APP
@@ -8,4 +8,13 @@ render_page action retrieves the corresponding Node from the database. Rather
8than walking through the tree of the nested set to find the node, the Node is 8than walking through the tree of the nested set to find the node, the Node is
9retrieved directly by its unique_name which matches the url parameters. 9retrieved directly by its unique_name which matches the url parameters.
10 10
11So much for now yeah \ No newline at end of file 11So much for now yeah
12
13
14git clone ssh://git@svn.medienhaus.udk-berlin.de/usr/local/git/cccms
15
16git checkout --track -b poc1 origin/poc1
17
18git submodule init
19
20git submodule update \ No newline at end of file