[pLog-svn] r2427 - plog/branches/plog-1.0.2/config

jondaley at devel.plogworld.net jondaley at devel.plogworld.net
Mon Aug 29 16:50:28 GMT 2005


Author: jondaley
Date: 2005-08-29 16:50:27 +0000 (Mon, 29 Aug 2005)
New Revision: 2427

Modified:
   plog/branches/plog-1.0.2/config/config.properties.php
Log:
added installation instructions to hopefully help people ask less questions on the forums

Modified: plog/branches/plog-1.0.2/config/config.properties.php
===================================================================
--- plog/branches/plog-1.0.2/config/config.properties.php	2005-08-28 21:14:09 UTC (rev 2426)
+++ plog/branches/plog-1.0.2/config/config.properties.php	2005-08-29 16:50:27 UTC (rev 2427)
@@ -2,6 +2,30 @@
 #
 # database settings
 #
+# Installation instructions:
+#   NEW INSTALL
+#   Leave these values blank,
+#   and go to the URL where you installed pLog
+#   and look at /wizard.php and type the appropriate
+#   values in there.
+#
+#   This file needs to be writable
+#   by whatever user your php scripts run as.
+#   The easiest thing to do is to make this file
+#   writable by everyone, and then after the wizard
+#   completes, remove write privileges from everyone
+#   except yourself.
+#
+#   UPGRADE
+#   remove all files from your old plog directory
+#   (back them up somewhere, also backup your current
+#    database)
+#   Upload new pLog files into the same directory,
+#   and then copy your old config.properties.php
+#   over this file, and then run the wizard.
+#   (note, if upgrading between minor releases:
+#   1.0 to 1.0.1, etc. you shouldn't run the wizard)
+
 $config["db_host"] = "";
 $config["db_username"] = "";
 $config["db_password"] = "";




More information about the pLog-svn mailing list