From: Alan J. Pippin <ajp@server.pippins.net>
Date: Mon, 18 Feb 2008 04:34:34 +0000 (-0700)
Subject: Updated docs to reference new check_config_syntax script
X-Git-Tag: release_0_3_0~11
X-Git-Url: http://git.pippins.net/%27%20%20%20%20.%20%24GLOBALS%5B%27phpgw%27%5D-%3Elink%28%27inc/jquery/checkmark.gif?a=commitdiff_plain;h=9de544c8650d61079b2f66e0ecad699674449e15;p=eq%2F.git

Updated docs to reference new check_config_syntax script
---

diff --git a/doc/install.txt b/doc/install.txt
index 8958160..eb2181e 100644
--- a/doc/install.txt
+++ b/doc/install.txt
@@ -30,9 +30,11 @@ Installing
       Enable it for each user by going to Site Admin -> User Accounts -> <username> -> edit
       Make sure the "eq" application has a checkmark next to it under "Permissions this user has"
    4) Copy the setup/db_config to setup/db_config.local and change the values in .local appropriately. 
+      Check for syntax errors by running eq/bin/check_config_syntax
    5) Copy the setup/eq_config to setup/eq_config.local and change the values in .local appropriately.
       Make sure you update the path locations for your specific installation locations: 
       upload_target_path & application_path
+      Check for syntax errors by running eq/bin/check_config_syntax
    6) Try to run eq/bin/import_ward_data & parse_ward_data scripts from the commandline
       to check for any missing perl library dependencies and mysql connection. 
       Just run them without command line args.