summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2010-10-18 16:40:37 -0400
committerJoey Hess <joey@kitenet.net>2010-10-18 16:40:37 -0400
commit9b52fb16be4c5f569c31d339391c46264c6e43af (patch)
treedf287d58fcfe8dd8a25aec3c43b299ad5a16df4a /doc
parent31e23ddc514faba17bfeb213a6ecaafc806aae1b (diff)
parentd2b7fcda9a3b302cfabf528e37dd3366030ebb6b (diff)
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
Diffstat (limited to 'doc')
-rw-r--r--doc/tips/ikiwiki_on_Mac_OS_X_Snow_Leopard.mdwn6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/tips/ikiwiki_on_Mac_OS_X_Snow_Leopard.mdwn b/doc/tips/ikiwiki_on_Mac_OS_X_Snow_Leopard.mdwn
index 50bb2f520..8b649156d 100644
--- a/doc/tips/ikiwiki_on_Mac_OS_X_Snow_Leopard.mdwn
+++ b/doc/tips/ikiwiki_on_Mac_OS_X_Snow_Leopard.mdwn
@@ -34,8 +34,12 @@ curl http://www.kernel.org/pub/software/scm/git/git-manpages-1.7.3.1.tar.gz | su
I had terrible trouble installing ikiwiki. It turned out I had accidentally installed Perl through ports. Uninstalling that made everything install nicely.
I got an error on msgfmt. Turns out this is a program in gettext. I installed that and it fixed the error.
+cd ..
+
git clone git://git.ikiwiki.info/
+cd git.ikiwiki.info/
+
perl Makefile.PL LIB=/Library/Perl/5.10.0
make
@@ -62,7 +66,7 @@ When you can't get into the setup page or you get strange behavior after a setup
## installing gitweb
-cd gitweb
+cd ../git-1.7.3.1/gitweb
make GITWEB_PROJECTROOT="/opt/ikiwiki/" GITWEB_CSS="/gitweb.css" GITWEB_LOGO="/git-logo.png" GITWEB_FAVICON="/git-favicon.png"