[Swift-commit] r3773 - trunk/docs

noreply at svn.ci.uchicago.edu noreply at svn.ci.uchicago.edu
Mon Dec 13 15:06:48 CST 2010


Author: wozniak
Date: 2010-12-13 15:06:47 -0600 (Mon, 13 Dec 2010)
New Revision: 3773

Modified:
   trunk/docs/README
Log:
Start notes on how to run Swift web site on workstation


Modified: trunk/docs/README
===================================================================
--- trunk/docs/README	2010-12-13 18:49:13 UTC (rev 3772)
+++ trunk/docs/README	2010-12-13 21:06:47 UTC (rev 3773)
@@ -37,7 +37,23 @@
 $ cd formatting
 $ ln -s /opt/local/share/xsl/docbook-xsl/ docbook
 
+C) in general:
 
+ 1) Install Apache
+
+ 2) Install PHP (cf. http://dan.drydog.com/apache2php.html)
+
+ 3) Add these lines to Apache's httpd.conf:
+
+    AddHandler php5-script php
+    AddType text/html       php
+
+ 4) Update httpd.conf, adding index.php:
+
+    DirectoryIndex index.html index.php
+
+ 5) Make sure perms are correct
+
 Once the links are set up, the buildguides.sh script will build all guides
 as php.  Run it with no parameters, like this:
 




More information about the Swift-commit mailing list