Changes between Version 8 and Version 9 of adeiInstallation
- Timestamp:
- 01/27/10 05:07:51 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
adeiInstallation
v8 v9 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 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 * Disable binary logging in MySQL configuration, otherwise mysql user accessing caching database would need a '''SUPER''' privilege. Read more on the topic in [http://dev.mysql.com/doc/refman/5.1/en/stored-programs-logging.html Binary Logging of Stored Programs] in the MySQL documentation. 40 * '''!OpenSuSe''': In ''/etc/my.cnf'' comment lines defining '''log-bin''' and '''binlog_format'''. 39 41 * Install ADEI 40 42 * 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.