Changes between Version 11 and Version 12 of adeiInstallation
- Timestamp:
- 02/14/10 04:17:55 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
adeiInstallation
v11 v12 1 1 == Installing from Binaries == 2 [http://build.opensuse.org/project/show?project=home%3Acsa7fff%3Aadei ADEI Project] is hosted at [https://build.opensuse.org SuSe Build System]. You will need to install at least ''adei'' and one of configuration packages ''adei-config-*''. To redirect users from site entrance to ADEI install ''adei-webroot'' as well. 3 4 Execute following command to register repository in the !OpenSuSe 11.2 system: 5 {{{ 6 zypper ar http://download.opensuse.org/repositories/home:/csa7fff:/adei/openSUSE_11.2/home:csa7fff:adei.repo 7 }}} 8 9 Then you can install adei with the following commands: 10 {{{ 11 zypper install adei adei-config-default adei-webroot 12 }}} 13 14 And then see the required configuration changes bellow. In order to update synchronize with ADEI repository first and then issue update: 15 {{{ 16 zypper refresh home_csa7fff_adei 17 zypper update adei 18 }}} 19 20 21 == Local repositories within FZK == 22 * OpenSuSE 11 using 'smart' packet manager (repository only available within FZK) 23 {{{ 24 smart channel --add adei type=rpm-md name=adei baseurl="http://ipepdvadei.ka.fzk.de/binaries/suse_11/" 25 smart update adei 26 smart install adei <configuration_package> <additional_packages> 27 }}} 28 29 * OpenSuSE 11.2 using 'zypper' packet manager (repository only available within FZK) 30 {{{ 31 zypper addrepo http://ipepdvadei.ka.fzk.de/binaries/suse_11.2/ adei 32 zypper refresh adei 33 zypper install adei <configuration_package> <additional_packages> 34 }}} 2 [http://build.opensuse.org/project/show?project=home%3Acsa7fff%3Aadei ADEI Project] is hosted at [https://build.opensuse.org SuSe Build System]. You will need to install at least ''adei'' and one of configuration packages ''adei-config-*''. In order to redirect users from the site entrance to the ADEI, please, install ''adei-webroot'' package as well. 35 3 36 4 == Accessing project repository == 46 14 47 15 == Branches == 48 * Development branch providing [http://extjs.com/products/extjs/ Ext] based user interface (discontinued): 49 {{{ 50 bzr checkout http://dside.dyndns.org/bzr/adei/ui/ 51 }}} 16 * There is no active branches available at the moment 52 17 53 18 == Configuration == 59 24 * MSSQL connectivity: freetds (''needs fixes'') 60 25 * Enable specified apache modules in configuration 61 * '''!OpenSuSe''': In ''/etc/sysconfig/apache2'' add '''php5 rewrite proxy mod_proxy_http''' to the list of apache modules (APACHE_MODULES).62 26 * In Apache configuration: Enable all options and allow configuration overriding by .htaccess files 63 * '''!OpenSuSe''': In ''/etc/apache2/default-server.conf'' set '''Options''' and '''!AllowOverride''' options of ''/srv/www/htdocs'' directory to '''All'''.64 27 * 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. 65 * '''!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.66 28 * 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. 67 * '''!OpenSuSe''': In ''/etc/my.cnf'' comment lines defining '''log-bin''' and '''binlog_format'''.68 29 * Install ADEI 69 30 * 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. 70 31 * Provide required setups under ''setups'' directory in ADEI tree. Set default setup in ''config.actual.php''. 32 33 == Platform-specific Installation Instructions == 34 * [wiki:adeiSUSE OpenSuSe]