[MacPorts] howto/SetupTracAjpWsgi modified

MacPorts noreply at macports.org
Wed Apr 8 23:17:28 PDT 2009


Changed page "howto/SetupTracAjpWsgi" by blb at macports.org from 75.163.180.238*
Page URL: <http://trac.macports.org/wiki/howto/SetupTracAjpWsgi>
Diff URL: <http://trac.macports.org/wiki/howto/SetupTracAjpWsgi?action=diff&version=2>
Revision 2
Comment: Update for trac and ajp-wsgi changes

-------8<------8<------8<------8<------8<------8<------8<------8<--------
Index: howto/SetupTracAjpWsgi
=========================================================================
--- howto/SetupTracAjpWsgi (version: 1)
+++ howto/SetupTracAjpWsgi (version: 2)
@@ -3,7 +3,7 @@
 = How to use Trac with ajp-wsgi and Apache =
 
  * Audience: Those who want to use Trac within a separate process from apache
- * Requires: MacPorts >=1.6, Mac OS X 10.5
+ * Requires: MacPorts >=1.7, Mac OS X 10.5
 
 == Introduction ==
 
@@ -15,9 +15,9 @@
 {{{
 sudo port install apache2
 sudo port install trac
-sudo port install ajp-wsgi +python25
+sudo port install ajp-wsgi +python26
 }}}
-The {{{+python25}}} variant was selected for ajp-wsgi to use the current Python version, and Trac prefers 2.5 as well so this keeps them using the same version.  By default, ajp-wsgi would otherwise depend on python24.
+The {{{+python26}}} variant was selected for ajp-wsgi to use the current Python version, and Trac prefers 2.6 as well so this keeps them using the same version.  Note that by default ajp-wsgi will select +python26 if not otherwise specified.
 
 == Configuration ==
 
@@ -32,7 +32,7 @@
 	<key>EnvironmentVariables</key>
 	<dict>
 		<key>PYTHONHOME</key>
-		<string>/opt/local</string>
+		<string>/opt/local/Library/Frameworks/Python.framework/Versions/2.6</string>
 		<key>PYTHON_EGG_CACHE</key>
 		<string>/usr/local/trac/.python-egg-cache</string>
 		<key>TRAC_ENV_PARENT_DIR</key>

-------8<------8<------8<------8<------8<------8<------8<------8<--------

* The IP shown here might not mean anything if the user or the server is
behind a proxy.

--
MacPorts <http://www.macports.org/>
Ports system for Mac OS

This is an automated message. Someone at http://www.macports.org/ added your email
address to be notified of changes on howto/SetupTracAjpWsgi. If it was not you, please
report to .


More information about the macports-changes mailing list