Index: openacs-4/packages/acs-core-docs/www/xml/install-guide/postgres.xml =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/xml/install-guide/postgres.xml,v diff -u -r1.34 -r1.35 --- openacs-4/packages/acs-core-docs/www/xml/install-guide/postgres.xml 4 Jun 2006 00:45:37 -0000 1.34 +++ openacs-4/packages/acs-core-docs/www/xml/install-guide/postgres.xml 17 Jul 2006 05:38:38 -0000 1.35 @@ -1,6 +1,6 @@ - %myvars; ]> @@ -20,7 +20,9 @@ Special notes for Mac OS X - If you are running Mac OS X prior to 10.3, you should be able to install and use PostGreSQL 7.3.x. Mac OS X 10.3 requires PostGreSQL 7.4. + If you are running Mac OS X prior to 10.3, you should be + able to install and use PostGreSQL 7.3.x. Mac OS X 10.3 + requires PostGreSQL 7.4. @@ -512,7 +514,7 @@ root:~ # - Mac OS X: + Mac OS X 10.3: Install the startup script: @@ -522,6 +524,24 @@ + + Mac OS X 10.4 can use Launchd: + + + Install the startup script: + cd /Library/LaunchDaemons +cp +/var/lib/aolserver/$OPENACS_SERVICE_NAME/packages/acs-core-docs/www/files/osx-postgres-launchd-item.txt +org.postgresql.PostgreSQL.plist + + If postgres does not start automatically on reboot, see what + error you get when manually starting it with: + +$ sudo launchctl load /Library/LaunchDaemons/org.postgresql.PostgreSQL.plist +$ sudo launchctl start org.postgresql.PostgreSQL + + +