Edit page GeekiGeeki
authorbernie <bernie@88.45.42.150>
Mon, 3 Aug 2009 12:53:54 +0000 (14:53 +0200)
committerGeekiGeeki <webmaster@codewiz.org>
Mon, 3 Aug 2009 12:53:54 +0000 (14:53 +0200)
GeekiGeeki
geeki/install
geeki/update [deleted file]
geeki/upgrade [new file with mode: 0644]

index 79c997e369293df8e8cfdec3c397183c0bebd801..425731c89141e53449f2dd01758586e386284495 100644 (file)
@@ -82,7 +82,7 @@ See [[geeki/install]] for new installations, [[geeki/upgrade]] if you are alread
 
 == Contributing ==
 
 
 == 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!
 
 Bugfixes and cute hacks welcome.  BloatWare //will// be rejected: this is
 a minimalistic wiki, damn'it!
index 8ea93577987b44aa178ae000bc39fdcea1a79ef2..99d523b601b47d45dae04ff9850a0a62650a1278 100644 (file)
@@ -22,4 +22,4 @@ The easiest installation procedure is:
  * reload or restart the web server
 
 
  * 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 (file)
index 8f167d1..0000000
+++ /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 (file)
index 0000000..8f167d1
--- /dev/null
@@ -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.