== Installing from Binaries == * OpenSuSE 11 using 'smart' packet manager (repository only available within FZK) {{{ smart channel --add adei type=rpm-md name=adei baseurl="http://ipepdvadei.ka.fzk.de/binaries/suse_11/" smart update adei smart install adei }}} == Accessing project repository == * Performing initial import {{{ bzr checkout http://dside.dyndns.org/bzr/adei/trunk/ }}} * Updating to the current revision {{{ bzr update }}} == Branches == * Development branch providing [http://extjs.com/products/extjs/ Ext] based user interface: {{{ bzr checkout http://dside.dyndns.org/bzr/adei/ui/ }}} == OpenSuSe == * In ''/etc/sysconfig/apache2'' add '''php5 rewrite proxy mod_proxy_http''' to list of apache modules (APACHE_MODULES). * In ''/etc/apache2/default-server.conf'' set '''Options''' and '''!AllowOverride''' options of ''/srv/www/htdocs'' directory to '''All'''. * In ''/etc/php5/apache2/php.ini'' a '''short_open_tag''' option should be set to '''On'''. * Following php modules should be installed: zlib, zip, mysql, pdo, json, nls, xml, session, sockets, imagick, simplexml, gettext