aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils/sugarcrm/files/pkg-message.in
blob: 354d4f25aee9c0fb8823c35962c58277901c488c (plain) (blame)
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
36
37
38
39
40
41
##

Notes:

1.  Sugar Community Edition requires that you increase the default PHP
    memory limit from 8Mb to 32Mb in the php.ini file.  You should edit this
    file and ensure that the memory_limit parameter should be set to 40Mb or
    greater:

memory_limit = 40M  ; Maximum amount of memory a script may consume 

2.  Sugar Community Edition requires the following two parameters to be set
    in your php.ini.

allow_call_time_pass_reference = Off
safe_mode = Off     ; disable "safe mode"

    While Sugar Community Edition will work (albeit inefficiently) with
    allow_call_time_pass_reference enabled, safe_mode must be disabled to
    allow the system to work at all.  For more information on why these
    parameters are unnecessary, please see the PHP manual.

2.  In order to get Apache or your preferred web server to recognise Sugar
    Community Edition's location on your disk, you'll need to put the
    following line (or the equivalent) into the web server configuration:

Alias /sugarcrm %%WWWDIR%%
<Directory %%WWWDIR%%>
    AllowOverride RedirectMatch
    Order allow,deny
    Allow from all
</Directory>

3.  For full information on how to get the best out of Sugar Community
    Edition, please see the documentation on the web:

    http://www.sugarforge.org/content/documentation/

4.  Enjoy!

##