-
Notifications
You must be signed in to change notification settings - Fork 29
/
Copy pathinstallation.txt
35 lines (29 loc) · 1.23 KB
/
installation.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
---------------------------------------------------------------------
Installation
---------------------------------------------------------------------
For full installation instructions, refer to the AdminGuide Wiki
https://github.com/City-of-Bloomington/uReport/wiki/Admin-Guide
---------------------------------------------------------------------
Quick Install
---------------------------------------------------------------------
Assuming you've met all the requirements...
1. Put the application somewhere accessible by Apache
2. Load the database using /scripts/mysql.sql
3. Prepare Solr by copying /scripts/solr/schema.xml to Solr's conf
4. Add application to Apache config and restart Apache
Alias /crm "/path/to/crm/public"
<Directory "/path/to/crm/public">
Options FollowSymLinks
AllowOverride None
Order allow,deny
Allow from all
RewriteEngine On
RewriteBase /crm
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule .? /crm/index.php [NC,L]
</Directory>
---------------------------------------------------------------------
Configuration
---------------------------------------------------------------------
Edit configuration.inc with appropriate values for your installation.