forked from Lainports/freebsd-ports
dotProject is a PHP web-based project management framework that includes modules
for companies, projects, tasks (with Gantt charts), forums, files, calendar,
contacts, tickets/helpdesk, multi-language support, user/module permissions and
themes.
Features Include
* User Management
* LDAP / Active Directory authentication
* Email based trouble Ticket System, (Integrated voxel.net's ticketsmith)
* Client/Company Management
* Project listings
* Hierarchical Task List
* File Repository
* Contact List
* Calendar
* Discussion Forum
* Resource Based Permissions
WWW: http://www.dotproject.net
22 lines
766 B
Text
22 lines
766 B
Text
dotProject has been installed into %%DOTPROJECTDIR%%
|
|
|
|
It is suggested that you add the following to httpd.conf:
|
|
|
|
Alias /dotproject/ "%%DOTPROJECTDIR%%/"
|
|
|
|
You may also need to add read permission for the directory:
|
|
|
|
<Directory "%%DOTPROJECTDIR%%">
|
|
Options Indexes FollowSymlinks MultiViews
|
|
AllowOverride All
|
|
Order allow,deny
|
|
Allow from all
|
|
</Directory>
|
|
|
|
Previous version of dotProject had bugs when using MySQL 4.x. If you
|
|
are already using MySQL 4.x, you may install databases/mysql323-server
|
|
in a jail to avoid conflicts, or consider upgrading to MySQL 5. Also,
|
|
see http://www.dotproject.net/vbulletin/archive/index.php/t-5292.html
|
|
|
|
Visit http://<host>/dotproject/ and follow instructions to complete
|
|
the installation.
|