projects
/
wiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
073feec
)
Edit page GeekiGeeki
author
bernie
<bernie@141.154.44.196>
Wed, 10 Oct 2007 10:57:49 +0000
(12:57 +0200)
committer
Piki Plus
<webmaster@codewiz.org>
Wed, 10 Oct 2007 10:57:49 +0000
(12:57 +0200)
GeekiGeeki
patch
|
blob
|
history
diff --git
a/GeekiGeeki
b/GeekiGeeki
index 8790fd89edeb83727b1e4b54154316cb8ff651cf..4a24304e36c74eb9df5d140695117d944ac8f855 100644
(file)
--- a/
GeekiGeeki
+++ b/
GeekiGeeki
@@
-37,9
+37,12
@@
The easiest way is:
* clone the git repository anywhere you like
* edit **wiki_apache.conf** to adapt it to your system, and move or link it to your Apache configuration directory.
* customize the wiki through geekigeeki.conf.py
- * Create a
wiki repository
+ * Create a
git repository for your wiki:
{{{
- git-init wiki.git
+ mkdir data
+ cd data
+ git-init --shared=group
+ chgrp -R apache .
}}}
* reload Apache