diff --git a/agc_2-X/trunk/docs/REQUIREMENTS.txt b/agc_2-X/trunk/docs/REQUIREMENTS.txt index 37400c31..5b97e3de 100644 --- a/agc_2-X/trunk/docs/REQUIREMENTS.txt +++ b/agc_2-X/trunk/docs/REQUIREMENTS.txt @@ -14,6 +14,7 @@ Requirements for installing astGUIclient/VICIDIAL on an Asterisk server: - No modification of outgoing callerID (you can set callerID through admin) - Access to Apache/PHP webserver, php.ini memory_limit set to 48M - In php.ini you must have uploads turned on to use the web lead loader +- Even so eAccelerator is technically not mandatory, it is strongly recommended. - SoX 12.17.5 or greater must be installed - GNU screen 3.9.15 or greater must be installed - ntp must be installed and syncd to same time source as any other servers diff --git a/agc_2-X/trunk/docs/SCRATCH_INSTALL.txt b/agc_2-X/trunk/docs/SCRATCH_INSTALL.txt index 16b37944..82625eaa 100644 --- a/agc_2-X/trunk/docs/SCRATCH_INSTALL.txt +++ b/agc_2-X/trunk/docs/SCRATCH_INSTALL.txt @@ -745,7 +745,11 @@ installation on another machine) NOTE: If using PHP5 you may need to add the following line to php.ini: short_open_tag = On - OPTIONAL- Load eaccelerator PHP-caching application: + OPTIONAL- Load eAccelerator PHP-caching application: + Even so this is technically an optional part, it is strongly recommended that you install eAccelerator + since it will slash PHPs processing power requirements greatly. Without eAccelerator load on the system + can be ten times as high, which can cause all kinds of problems, this is especially true for single + system setups. - Go to http://eaccelerator.net and download the most recent package - cd /usr/local - wget http://bart.eaccelerator.net/source/0.9.5/eaccelerator-0.9.5.zip