From 61b1030e00b64e1110d63e3d64e58cef0eee2fef Mon Sep 17 00:00:00 2001 From: Jaisen Mathai Date: Sun, 24 Jul 2011 17:27:49 -0700 Subject: [PATCH] Adding link to OSX install guide. --- documentation/guides/InstallationOSXMacports.markdown | 2 +- documentation/guides/Readme.markdown | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/documentation/guides/InstallationOSXMacports.markdown b/documentation/guides/InstallationOSXMacports.markdown index 8b492f36..aec582c8 100644 --- a/documentation/guides/InstallationOSXMacports.markdown +++ b/documentation/guides/InstallationOSXMacports.markdown @@ -20,7 +20,7 @@ Before setting up your server you'll need to make sure you have your cloud accou #### Server Packages and Modules Once you've confirmed that your cloud account is setup you can get started on your server. For that you'll need to have _Apache_, _PHP_ and _curl_ installed with a few modules. -This guide assumes you have MacPorts installed. If not you can [use this tutorial][macports]. +This guide assumes you have [get it here][Macports installed]. If not you can . The easiest option is to use `.pkg` installer. port install apache2 port install php5 +apache2 diff --git a/documentation/guides/Readme.markdown b/documentation/guides/Readme.markdown index 2e136f43..6527aa0b 100644 --- a/documentation/guides/Readme.markdown +++ b/documentation/guides/Readme.markdown @@ -3,5 +3,7 @@ OpenPhoto / Guides #### OpenPhoto, a photo service for the masses 1. [Installation on Ubuntu][guideinstallubuntu] +1. [Installation on OSX using Macports][guideinstallosxmacports] -[guideinstallubuntu]: documentation/guides/InstallationUbuntu.markdown +[guideinstallubuntu]: guides/InstallationUbuntu.markdown +[guideinstallosxmacports]: guides/InstallationOSXMacports.markdown