diff options
| author | hukl <hukl@eight.local> | 2009-01-31 23:12:24 +0100 |
|---|---|---|
| committer | hukl <hukl@eight.local> | 2009-01-31 23:12:24 +0100 |
| commit | 673d7da787a8bf5c6477871557f27352edbb5a64 (patch) | |
| tree | bbe6c1936a322c0657f9383e058c7db97b23ee80 /doc | |
| parent | c0ebf77ea3b9c0cae8bb6f1e3fef938440d9625e (diff) | |
added how to checkout the git remote repository
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/README_FOR_APP | 11 |
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 | |||
| 8 | than walking through the tree of the nested set to find the node, the Node is | 8 | than walking through the tree of the nested set to find the node, the Node is |
| 9 | retrieved directly by its unique_name which matches the url parameters. | 9 | retrieved directly by its unique_name which matches the url parameters. |
| 10 | 10 | ||
| 11 | So much for now yeah \ No newline at end of file | 11 | So much for now yeah |
| 12 | |||
| 13 | |||
| 14 | git clone ssh://git@svn.medienhaus.udk-berlin.de/usr/local/git/cccms | ||
| 15 | |||
| 16 | git checkout --track -b poc1 origin/poc1 | ||
| 17 | |||
| 18 | git submodule init | ||
| 19 | |||
| 20 | git submodule update \ No newline at end of file | ||
