Update docs
[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 some url.
16      _________________________________________________________________
17    
18 Installing
19
20    1) Setup the mysql table structures for the EQ application
21       cd eq/setup/ and run mysql -u <dbuser> -p <dbpass> < eq.sql
22    2) Point your browser to: http://www.yourdomain.com/phpgroupware/setup 
23       The setup prog will autodetect this application. From there you will 
24       need to assign this app to the users you want to have be able to use it.
25    3) Edit the LOCAL CONFIGURATION section of eq/inc/class.eq.inc.php
26       Make sure you update the path locations for:
27       upload_target_path & script_path
28    4) A graphical representation of the mysql schema used by this application can 
29       be found here: eq/sql/eq.jpg
30
31 Requirements
32
33    The following csv files must be obtained from MLS (or a stripped down version
34    of each csv with the fields indicated must be manually created). These files
35    should be placed in 1 .zip file and uplodaed to the application via the Admin
36    section of the EQ Tools application.
37
38    Membership.csv:
39      Preferred Name
40      Phone 1
41      Indiv ID
42      HofH ID
43      Street 1
44      Street 2
45      Birth
46      Full Name
47     
48    Hometeaching.csv:
49      Home Teacher 1
50      Home Teacher 2
51      Comp ID
52      HT District
53      Household
54        
55    Organization.csv:
56      Indiv ID
57      Indiv Name
58      Organization
59      Position
60      Org Seq
61      Sustained
62