Version 15 (modified by csa, 9 years ago)
--

Installing from Binaries

ADEI Project is hosted at 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.

Accessing project repository

  • Performing initial import
    bzr checkout http://darksoft.org/bzr/adei/trunk/
    
  • Updating to the current revision
    bzr update
    

Branches

  • There is no active branches available at the moment

Configuration

  • Setup Apache, MySQL 5, and PHP 5.2 with all dependencies
    • Apache modules: mod_php, mod_rewrite, mod_proxy, mod_proxy_http
    • PHP modules: zlib, zip, mysql, pdo, odbc (needs fixes), json, nls, xml, session, sockets, imagick, simplexml, gettext
    • PHP/PEAR modules: Spreadsheet_Excel_Writer
    • PHP/PECL modules: pecl-stats
    • Other applications: microsoft true type fonts, jpgraph
    • MSSQL connectivity: freetds (needs fixes)
  • Enable specified apache modules in configuration
  • In Apache configuration: Enable all options and allow configuration overriding by .htaccess files
  • 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.
  • Disable binary logging in MySQL configuration, otherwise mysql user accessing caching database would need a SUPER privilege. Read more on the topic in Binary Logging of Stored Programs in the MySQL documentation.
  • Install ADEI
    • 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.
    • Provide required setups under setups directory in ADEI tree. Set default setup in config.actual.php.

Platform-specific Installation Instructions

Project-specific Notes