Changes between Version 7 and Version 8 of adeiInstallation
- Timestamp:
- 11/09/09 09:35:34 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
adeiInstallation
v7 v8 32 32 * MSSQL connectivity: freetds (''needs fixes'') 33 33 * Enable specified apache modules in configuration 34 * ''' OpenSuSe''': In ''/etc/sysconfig/apache2'' add '''php5 rewrite proxy mod_proxy_http''' to the list of apache modules (APACHE_MODULES).34 * '''!OpenSuSe''': In ''/etc/sysconfig/apache2'' add '''php5 rewrite proxy mod_proxy_http''' to the list of apache modules (APACHE_MODULES). 35 35 * In Apache configuration: Enable all options and allow configuration overriding by .htaccess files 36 * ''' OpenSuSe''': In ''/etc/apache2/default-server.conf'' set '''Options''' and '''!AllowOverride''' options of ''/srv/www/htdocs'' directory to '''All'''.36 * '''!OpenSuSe''': In ''/etc/apache2/default-server.conf'' set '''Options''' and '''!AllowOverride''' options of ''/srv/www/htdocs'' directory to '''All'''. 37 37 * In PHP configuration: Allow short opening tags and disable reporting E_NOTICE conditions. The limits of script execution time and memory usage may be raised as well. 38 * ''' OpenSuSe''': In ''/etc/php5/apache2/php.ini'' a '''short_open_tag''' option should be set to '''On'''. Adjust ''max_execution_time'' and ''memory_limit'' options as well if you wish.38 * '''!OpenSuSe''': In ''/etc/php5/apache2/php.ini'' a '''short_open_tag''' option should be set to '''On'''. Adjust ''max_execution_time'' and ''memory_limit'' options as well if you wish. 39 39 * Install ADEI 40 40 * Create MySQL account with full permissions to manage certain database. Configure this account and the database in ''config.actual.php'' in the root of ADEI installation.