Final notes added to the install process.
[eq/.git] / doc / install.txt
1
2 Elders Quorum Installation Guide
3
4 Alan Pippin <apippin@pippins.net>
5
6    v1.0, 19 May 2005
7    
8    Steps for installing Elders Quroum app
9    _________________________________________________________________
10    
11 Getting and Installing
12
13 Downloading
14
15    Can be downloaded from:
16    https://eq.pippins.net/eq.tar
17
18    It can also be obtained via the GIT revision control system by pulling from here:
19    http://git.pippins.net/eq/
20
21 Installing
22
23    1) Setup the mysql table structures for the EQ application
24       cd eq/setup/ and run mysql -u <dbuser> -p <dbpass> < eq.sql
25    2) Point your browser to: http://www.yourdomain.com/phpgroupware/setup 
26       The setup prog will autodetect this application. From there you will 
27       need to assign this app to the users you want to have be able to use it.
28    3) Edit the LOCAL CONFIGURATION section of eq/inc/class.eq.inc.php
29       Make sure you update the path locations for:
30       upload_target_path & script_path
31    4) A graphical representation of the mysql schema used by this application can 
32       be found here: eq/sql/eq.jpg
33    5) Click on the Admin tool in the EQ app to import your initial set of ward data
34
35 Requirements
36
37    The following csv files must be obtained from MLS (or a stripped down version
38    of each csv with the fields indicated must be manually created). These files
39    should be placed in 1 .zip file and uplodaed to the application via the Admin
40    section of the EQ Tools application.
41
42    Membership.csv:
43      Preferred Name
44      Phone 1
45      Indiv ID
46      HofH ID
47      Street 1
48      Street 2
49      Birth
50      Full Name
51     
52    Hometeaching.csv:
53      Home Teacher 1
54      Home Teacher 2
55      Comp ID
56      HT District
57      Household
58        
59    Organization.csv:
60      Indiv ID
61      Indiv Name
62      Organization
63      Position
64      Org Seq
65      Sustained
66