Article Title: Install the project management tool dotProject under RHEL5.3. Linux is a technology channel of the IT lab in China. Includes basic categories such as desktop applications, Linux system management, kernel research, embedded systems, and open source.
V \: * {behavior: url (# default # VML);} o \: * {behavior: url (# default # VML);} w \: * {behavior: url (# default # VML );}. shape {behavior: url (# default # VML );}
Install the project management tool dotProject in Linux
Apache installation (Omitted) My apache installation in/usr/local/apache22/
Mysql installation (Omitted) I installed mysql in/usr/local/mysql
Php installation (Omitted) My php installation in/usr/local/php
However, installing the dotproject does not require so many plug-ins. It seems that only a few plug-ins are required. I wrote more details during the next day's reinstallation :)
Install the dotProject in RHEL5.3:
1: Download dotProject for linux:
Http://jaist.dl.sourceforge.net/project/dotproject/dotproject/dotProject%20Version%202.1.2/dotproject-2.1.2.tar.gz
# Tar zxvf dotproject-2.1.2.tar.gz
# Mv dotproject/usr/local/apache22/htdocs // put the file to the web directory of apacht
2: create databases and configuration files
Method 1: Create a database and a configuration file on the page.
After you grant the database creation permission to the dotproject user, you can create databases and tables on the screen.
#/Usr/local/mysql/bin/mysql-u root-p
Mysql> grant all privileges on dotproject. * to dotproject @ localhost identified by "password" with grant option;
Modify the configuration file directory permission. After modification, you can directly create a configuration file on the screen.
# Chmod 777/usr/local/apache22/htdocs/dotproject/shortdes
If the config. php file already exists, change the permission of the file to writable.
Example: chmod a + w dotproject/schemdes/config. php
Open the address http: // ip address/dotproject/install/and open the dotProject Installer screen. The page will check the system configuration information: by default, the three folders do not have write permission, therefore, an error is reported.
./Files writable? File upload functionality will be disabled
./Files/temp writable? PDF report generation will be disabled
./Locales/en writable? Translation files cannot be saved. Check/locales and subdirectories for permissions.
Solution:
# Chmod-R 777/usr/local/apache22/htdocs/dotproject/files/
# Chmod-R 777/usr/local/apache22/htdocs/dotproject/locales/
Session Save Path writable? Fatal: session. save_path is not set
Session AutoStart = ON? Try setting to ON if you are experiencing a WhiteScreenOfDeath
[1] [2] Next page