Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Steps to install the project management tool dotProject under RHEL5.3

2025-04-01 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/01 Report--

This article introduces the relevant knowledge of "the steps to install the project management tool dotProject under RHEL5.3". In the operation of actual cases, many people will encounter such a dilemma, so let the editor lead you to learn how to deal with these situations. I hope you can read it carefully and be able to achieve something!

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 under Linux

Apache installation (brief) my apache is installed in / usr/local/apache22/

Mysql installation (brief) my mysql is installed in / usr/local/mysql

Php installation (brief) my php is installed in / usr/local/php

But you don't need so many plug-ins to install dotproject, it seems to only need a few. This will be written in detail when it is reinstalled another day:)

Installation steps of dotProject under RHEL5.3:

1: download dotProject for linux at the following address:

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 files in the web directory of apacht

2: creation of database and configuration file

Method 1: create a database and configuration file on the page.

The database and tables can be created on the screen only after the database creation permission is given to the dotproject user.

# / 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 permissions. After modification, you can create a configuration file directly on the screen.

# chmod 777 / usr/local/apache22/htdocs/dotproject/includes

If the config.php file already exists, directly change the permissions of the file to writable.

For example: chmod Aguilw dotproject/includes/config.php

After opening this address http://IP address / dotproject/install/, open the dotProject Installer screen, this page will check the system configuration information: by default, the following three folders do not have write permission, so an error will be 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

Solution:

Modify the php.ini file to find session.save_path = "/ tmp" and remove the semicolon on the left

Find session.auto_start = 0 and change 0 to 1.

# / usr/local/apache22/bin/apachectl stop

# / usr/local/apache22/bin/apachectl start

After restarting Apache, these items can pass check! Click the Start Installation button to proceed to the next step:

Database Server Type Note-currently only MySQL is known to work correctly

Database Host Name localhost

Database Name dotproject

Database User Name dotproject

Database User Password password

Use Persistent Connection? Not selected by default

Drop Existing Database? Selecting this option will delete the original database; do not select those that have not been created yet.

Click the install db & write cfg button.

Database Installation Feedback: Database successfully setup

Config File Creation Feedback: Config file written successfully

Configuration was successful.

Click Login and Configure the dotProject System Environment to enter the login configuration screen!

Username / password: admin/passwd

Fill in some basic configuration, here will warn you to delete the install installation directory, delete there is no warning!

Here the direct point Save is also available, after entering the system, click system admin, you can modify various settings.

# rm-rf / usr/local/apache22/htdocs/dotproject/install / / Delete the installation folder

Click the Save button in the lower right corner to enter the system.

At this point, the installation is complete and ready to use.

This is the end of the "steps to install the project management tool dotProject under RHEL5.3". Thank you for reading. If you want to know more about the industry, you can follow the website, the editor will output more high-quality practical articles for you!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report