Skip to content

Stable 2 series (tweaked for PHP 8)

License

Unknown, GPL-2.0 licenses found

Licenses found

Unknown
LICENSE.md
GPL-2.0
COPYING
Notifications You must be signed in to change notification settings

GwynethLlewelyn/dotProject

 
 

Repository files navigation

dotProject

dotProject is an open source project management system written in PHP.

It originally started in 2001 by dotMarketing on SourceForge and has been under the watchful eye of the current dotProject team since around December 2002.

(This is Gwyneth Llewelyn's fork, to provide PHP 8.0 support and a few extra goodies.)

Installing/Upgrading

NOTE The devel branch is where all the development happens. If you want the latest and greatest with all relevent bug fixes between releases, then download from https://github.com/dotproject/dotProject/archive/devel.zip

master tracks the current release.

The Quick Way: Point your browser to the install directory.

Support

Support forums are at http://forums.dotproject.net/index.php

Bug reports and other issues can be lodged on GitHub at https://github.com/dotproject/dotProject/issues

IRC channel is irc://irc.freenode.net/dotproject on #dotproject on irc.freenode.net

License

As of version 2.0, dotProject is released under GPL. 1.0.2 and previous versions were released under BSD license. Parts of dotProject include libraries from other projects which are used and re-released under their original licence.

Docker composer support

The latest devel branch now includes a simple docker-compose.yml file and support files. These will allow you to run dotProject by running:

docker-compose up

This will set up an nginx container, a phpfpm container and a mariadb container and point the web server to the base directory of dotProject. All you need to do after that is point your browser to http://localhost/

docker-compose down will retain any data you have created. If you want to start again from a clean slate, use docker-compose down -v to remove the database volume.

About

Stable 2 series (tweaked for PHP 8)

Topics

Resources

License

Unknown, GPL-2.0 licenses found

Licenses found

Unknown
LICENSE.md
GPL-2.0
COPYING

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 79.3%
  • JavaScript 13.4%
  • HTML 3.1%
  • CSS 2.2%
  • Perl 1.0%
  • Smarty 0.6%
  • Other 0.4%