Changes between Version 7 and Version 8 of adeiInstallation

Show
Ignore:
Author:
csa (IP: 141.52.232.84)
Timestamp:
11/09/09 09:35:34 (15 years ago)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • adeiInstallation

    v7 v8  
    3232  * MSSQL connectivity: freetds (''needs fixes'') 
    3333 * 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). 
    3535 * 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'''. 
    3737 * 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. 
    3939 * Install ADEI 
    4040  * 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.