Edit page GeekiGeeki
authorbernie <bernie@88.45.42.150>
Mon, 3 Aug 2009 12:42:50 +0000 (14:42 +0200)
committerGeekiGeeki <webmaster@codewiz.org>
Mon, 3 Aug 2009 12:42:50 +0000 (14:42 +0200)
Geeki/Install [deleted file]
GeekiGeeki

diff --git a/Geeki/Install b/Geeki/Install
deleted file mode 100644 (file)
index 115f14d..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-== Easy installation ==
-
-The easiest installation procedure is:
-
- * clone the git repository of GeekiGeeki anywhere you like:
- {{{
- cd public_html
- git clone git://codewiz.org/~bernie/geekigeeki.git wiki
- cd wiki
- }}}
-
- * edit ##wiki_apache.conf## to adapt it to your system, then move or symlink it to your Apache configuration directory
- * customize your wiki instance by editing ##geekigeeki.conf.py##
- * create a git repository for your wiki:
- {{{
- mkdir data
- cd data
- git init --shared=group
- chgrp -R apache .
- }}}
- The last command is necessary to let apache write in the directory.  Debian-based
- distributions use ##www-data## instead of ##apache##.
- * reload Apache
-
-== Update procedure ==
-
-If you cloned the repository as suggested, updating and downgrading is easy:
-
-{{{
-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.
index 130bcfa195cdf5919da4f2ef8024676a99a3bb70..7cf85b7a683c94f9ddc676f17251599aed512235 100644 (file)
@@ -78,7 +78,7 @@ Browse it online with GitWeb: http://www.codewiz.org/wikigit/geekigeeki.git
 
 == Installation ==
 
-See [[Geeki/Install]].
+See [[geeki/install]].
 
 == Contributing ==