DotProject
FAQ
What's New
Table of Contents [
show
]
1 Setting up DotProject
2 How to dynamically adjust parent task dates when adjusting child tasks?
Copyright Information
This article is licensed under
GNU Public License
. Contact
webmasters
for more information on copyright issues.
1 Setting up DotProject
Start off from a Redhat linux system
Use yum to check if the following modules have been installed, if not install them: mysql, mysql-server, php-mysql, php, php-gd, httpd
Search the web for dotproject tarball, download it, and extract it to /var/www/
Update /etc/httpd/conf/httpd.conf and point DocumentRoot to /var/www/dotproject. If you are hosting multiple websites, set up accordingly
Update /etc/php.ini, set session.auto_start = 1
Visit http://yoursite/, and proceed as prompted: check and update necessary settings, create database, and finally login with credentials admin/passwd
2 How to dynamically adjust parent task dates when adjusting child tasks?
Make the parent task "dynamic".
Comments