Hi I run a small IT business and I am a startup. I am looking for a free or open source script to be hosted in Web in my domain that can do the following.

  1. Project Planning, Scheduling & Delivery with TODO list.
  2. User Management
  3. Source Code Version Control System. (SVN Repository with Branching)
  4. Issue Tracking
  5. Time Tracking/ Time Sheet etc.
  6. Email Alerts
  7. Wiki & Document Management.

I would like to know if there is all in one Script which takes care of all/Most of the above

link|improve this question

72% accept rate
feedback

2 Answers

up vote 3 down vote accepted

We use redmine and are quite happy with it other than the fact that it's a freakin' rails app that takes a freakin' lot of memory to run happily.

Otherwise, it is absolutely perfect for this sort of needs. The various plugins provide good reporting options. We evaluated Trac, but settled on redmine.

http://www.redmine.org/

link|improve this answer
feedback

Trac has most of those features and it can be extended with plugins.

http://trac.edgewall.org/

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.