X-Git-Url: http://git.pippins.net/embedvideo/.git/static/git-logo.png?a=blobdiff_plain;f=doc%2Finstall.txt;h=4521caabe09dbc98bf5eb13daaf2e4c16a683d35;hb=af61eec323981d19d4d95a90aa26fa761e904194;hp=7ccd814cd4037b9feef45568070e68892730bfe0;hpb=6297f4c1657585de3c425d6be9588db58b34955b;p=eq%2F.git diff --git a/doc/install.txt b/doc/install.txt index 7ccd814..4521caa 100644 --- a/doc/install.txt +++ b/doc/install.txt @@ -3,7 +3,7 @@ Elders Quorum Installation Guide Alan Pippin - v1.0, 19 May 2005 + v1.0, 05 Jan 2008 Steps for installing Elders Quroum app _________________________________________________________________ @@ -20,17 +20,32 @@ Downloading Installing - 1) Setup the mysql table structures for the EQ application - cd eq/setup/ and run mysql -u -p < eq.sql - 2) Point your browser to: http://www.yourdomain.com/phpgroupware/setup + 1) Download the eq.tar file and extract it or GIT pull the archive into + your base phpgroupware directory (like /usr/share/phpgroupware/). + 2) Setup the mysql table structures for the EQ application: + mysql -u -p < eq/sql/eq.sql + 3) Point your browser to: http://www.yourdomain.com/phpgroupware/setup The setup prog will autodetect this application. From there you will need to assign this app to the users you want to have be able to use it. - 3) Edit the LOCAL CONFIGURATION section of eq/inc/class.eq.inc.php - Make sure you update the path locations for: + Enable it for each user by going to Site Admin -> User Accounts -> -> edit + Make sure the "eq" application has a checkmark next to it under "Permissions this user has" + 4) Edit the LOCAL CONFIGURATION section of eq/inc/class.eq.inc.php + Make sure you update the path locations for your specific: upload_target_path & script_path - 4) A graphical representation of the mysql schema used by this application can + 5) Edit the GLOBALS section of the eq/bin/import_ward_data script and fix the permissions + 6) Edit the GLOBALS section of the eq/bin/parse_ward_data script and fix the permissions + 7) 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. + Install the right perl modules until the scripts run without any errors. + 8) A graphical representation of the mysql schema used by this application can be found here: eq/sql/eq.jpg - 5) Click on the Admin tool in the EQ app to import your initial set of ward data + 9) Click on the Admin tool in the EQ app to import your initial set of ward data + obtained from MLS into the EQ application. + 10) Click on the Admin tool and update the EQ Presidency Table appropriately. + The most important thing at this point is to get your district leaders added + for each district you have in your quorum. + 11) I highly recommend installing phpmyadmin to view/edit/debug mysql tables related to this tool. Requirements