• Install mysql-4.1, php4-gd
  • cd /var/www (your document root)
  • take dotproject_2.01 snapshot
  • tar xzf dotproject-*.tar.gz
  • chown -R www-data.www-data dotproject/
  • chmod -R go=u-w dotproject/
  • mysql
CREATE DATABASE dotproject;
GRANT ALL PRIVILEGES ON dotproject.* TO 'dp_user'@'localhost' IDENTIFIED BY 'pw';
  • Still has a problem with locales and Gantt charts : in /var/www/dotproject/lib/jpgraph, patch jpgraph.php:
--- z   2005-11-24 15:07:24.000000000 +0100
+++ jpgraph.php 2005-11-24 15:07:28.000000000 +0100
@@ -606,6 +606,7 @@
            $this->iLocale = $aLocale;
            return TRUE;  // already cached nothing else to do!
        }
+       $aLocale = 'en_US.UTF-8';
 
        $pLocale = setlocale(LC_TIME, 0); // get current locale for LC_TIME
        $res = @setlocale(LC_TIME, $aLocale);

Installing database
There were 0 errors in 200 SQL statements
Creating new Permissions objects
Converting admin user permissions to Administrator Role
Searching for add-on modules to add to new permissions
Updating version information
Creating config
  • The default admin credentials are login 'admin' password 'passwd'.
  • In the configuration:
    • Set the gantt chart memory limit to 16Mb
  • In /etc/php/apache2/php.ini, set the memory limit to 16Mb
Version 1.10 last modified by Berke on 28/11/2005 at 17:58

Comments 1

MarcLijour | 24.11.2005 at 09:38 PM
Have you a demo that we can try on?

Attachments 0

No attachments for this document

Creator: Berke on 2005/11/24 14:18
Copyright EDOS Consortium
1.1.1