From: bernie Date: Mon, 3 Aug 2009 12:53:54 +0000 (+0200) Subject: Edit page GeekiGeeki X-Git-Url: https://codewiz.org/gitweb?p=wiki.git;a=commitdiff_plain;h=9a5a18cc3c2ab71d346e96ff7c699666664ab17a Edit page GeekiGeeki --- diff --git a/GeekiGeeki b/GeekiGeeki index 79c997e..425731c 100644 --- a/GeekiGeeki +++ b/GeekiGeeki @@ -82,7 +82,7 @@ See [[geeki/install]] for new installations, [[geeki/upgrade]] if you are alread == Contributing == -Please send your patches! See the GeekiGeekiToDo list for ideas. +Please send your patches! See the [[geeki/TODO]] list for ideas. Bugfixes and cute hacks welcome. BloatWare //will// be rejected: this is a minimalistic wiki, damn'it! diff --git a/geeki/install b/geeki/install index 8ea9357..99d523b 100644 --- a/geeki/install +++ b/geeki/install @@ -22,4 +22,4 @@ The easiest installation procedure is: * reload or restart the web server -See also [[geeki/update]] for the update procedure. +See also [[geeki/upgrade]] for a simplified procedure for existing installations. diff --git a/geeki/update b/geeki/update deleted file mode 100644 index 8f167d1..0000000 --- a/geeki/update +++ /dev/null @@ -1,19 +0,0 @@ -== Update procedure == - -If you cloned the repository as suggested by the [[geeki/install]] procedure, -updating and downgrading becomes quite straightforward: - -{{{ -cd wiki -git pull -cd data -git pull -}}} - -To switch to a different version of GeekiGeeki: - -{{{ -git checkout {tree-ish} -}}} - -where ##{tree-ish}## could be a tag, a branch name, or a specific commit. diff --git a/geeki/upgrade b/geeki/upgrade new file mode 100644 index 0000000..8f167d1 --- /dev/null +++ b/geeki/upgrade @@ -0,0 +1,19 @@ +== Update procedure == + +If you cloned the repository as suggested by the [[geeki/install]] procedure, +updating and downgrading becomes quite straightforward: + +{{{ +cd wiki +git pull +cd data +git pull +}}} + +To switch to a different version of GeekiGeeki: + +{{{ +git checkout {tree-ish} +}}} + +where ##{tree-ish}## could be a tag, a branch name, or a specific commit.