]> sipb.mit.edu Git - ikiwiki.git/commitdiff
Merge OS X advice, and add mine.
authorAmitai Schlair <schmonz-web-ikiwiki@schmonz.com>
Fri, 24 Jun 2011 21:35:14 +0000 (17:35 -0400)
committerAmitai Schlair <schmonz-web-ikiwiki@schmonz.com>
Fri, 24 Jun 2011 21:35:14 +0000 (17:35 -0400)
doc/tips/Install_ikiwiki_on_Mac_OS_X___91__Snow__93___Leopard_via_MacPorts.mdwn [deleted file]
doc/tips/ikiwiki_on_mac_os_x.mdwn [moved from doc/tips/ikiwiki_on_Mac_OS_X_Snow_Leopard.mdwn with 87% similarity]
doc/tips/ikiwiki_on_mac_os_x/discussion.mdwn [moved from doc/tips/ikiwiki_on_Mac_OS_X_Snow_Leopard/discussion.mdwn with 100% similarity]

diff --git a/doc/tips/Install_ikiwiki_on_Mac_OS_X___91__Snow__93___Leopard_via_MacPorts.mdwn b/doc/tips/Install_ikiwiki_on_Mac_OS_X___91__Snow__93___Leopard_via_MacPorts.mdwn
deleted file mode 100644 (file)
index 0d68cc8..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-The easiest way of installing ikiwiki on Mac OS X [Snow] Leopard and Tiger is via MacPorts: <http://www.macports.org/>
-
-This project ports Open Source software into Mac Os X platform.
-It's very easy to intall ikiwiki via MacPorts:
-
-1.- Donwnload and install MacPorts port manager from:  <http://www.macports.org/install.php> . 
-    Port manager installs via Mac Os X installer. Prerequisite: XCode.
-    Se above URL for details
-
-2.- Run 
-
-    $ sudo port install ikiwiki
-
-This installs ikiwiki and all of its dependencies
-
-enjoy
-
-Enrique Castilla
similarity index 87%
rename from doc/tips/ikiwiki_on_Mac_OS_X_Snow_Leopard.mdwn
rename to doc/tips/ikiwiki_on_mac_os_x.mdwn
index bb1db0cbba1b9424cb8b49de83bd42605e33c0f4..a4c693e7519b438386890b9fe3dfbe41ec8c0487 100644 (file)
@@ -1,3 +1,42 @@
+[[!toc]]
+
+# MacPorts
+
+The easiest way of installing ikiwiki on Mac OS X [Snow] Leopard and Tiger is via MacPorts: <http://www.macports.org/>
+
+This project ports Open Source software into Mac Os X platform.
+It's very easy to intall ikiwiki via MacPorts:
+
+1.- Donwnload and install MacPorts port manager from:  <http://www.macports.org/install.php> . 
+    Port manager installs via Mac Os X installer. Prerequisite: XCode.
+    Se above URL for details
+
+2.- Run 
+
+    $ sudo port install ikiwiki
+
+This installs ikiwiki and all of its dependencies
+
+enjoy
+
+Enrique Castilla
+
+-----
+
+# pkgsrc
+
+The other easiest way of installing ikiwiki on Mac OS X is via
+[pkgsrc](http://www.pkgsrc.org/).
+
+7. Bootstrap pkgsrc.
+7. Run
+
+    $ cd .../pkgsrc/www/ikiwiki && make install clean
+
+-----
+
+# Manual install
+
 These are some notes on installing ikiwiki on Mac OS X Snow Leopard. I have a three year old machine with a lot of stuff on it so it took quite a while, YMMV. 
 
 The best part of installing ikiwiki was learning how to use git. I never used source control before but its pretty slick.
 These are some notes on installing ikiwiki on Mac OS X Snow Leopard. I have a three year old machine with a lot of stuff on it so it took quite a while, YMMV. 
 
 The best part of installing ikiwiki was learning how to use git. I never used source control before but its pretty slick.
@@ -179,6 +218,3 @@ I turned on the plugin from the setup page in ikiwiki but it gave an error when
 I did a  "find / -name "omega" -print" and found the omega program in "/usr/local/lib/xapian-omega/bin/omega".
 
 Then I went into the 2wiki.setup file and replaced the bad path, updated and badda-boom badda-bing.
 I did a  "find / -name "omega" -print" and found the omega program in "/usr/local/lib/xapian-omega/bin/omega".
 
 Then I went into the 2wiki.setup file and replaced the bad path, updated and badda-boom badda-bing.
-
-
-