Live data from Hacker News

What is the best project management application for start-ups?

news.ycombinator.com

1–10 of 41 posts

What is the best project management application for start-ups?

#1
Hello,

With my friends we are starting a company and we had found that we need application to manage tasks whitim our projects. Its it project. We use Subversion to keep our code updated.but our needs are wider,

Do HN tested open source freeware software for this task?

best wishes!

Re: What is the best project management application for start-ups?

#3

I'd recommend Trac (trac.edgewall.org). It's pretty configurable with basic milestone tracking and a wiki (and people have written addons, etc.). It also integrates with Subversion.

Trac looks very solid. Curious. I'm starting a project soon and want the following functionality in the software that we use:

I want it to (a) track bug issues, (b) track milestones and a roadmap, (c) allow us to upload code to keep track of each of our changes to the code, and (d) give us a (login-restricted) wiki and/or forum so we can document the discussions/ideas we have.

I'll take a look at Trac in more detail later tonight, but if anybody knows off the top of your head if Trac (or some other software) does the things I mentioned above, let me know!

Re: What is the best project management application for start-ups?

#4

I'd recommend Trac (trac.edgewall.org). It's pretty configurable with basic milestone tracking and a wiki (and people have written addons, etc.). It also integrates with Subversion.

Trac looks very solid. Curious. I'm starting a project soon and want the following functionality in the software that we use: I want it to (a) track bug issues, (b) track milestones and a roadmap, (c) allow us to upload code to keep track of each of our changes to the code, and (d) give us a (login-restricted) wiki and/or forum so we can document the discussions/ideas we have. I'll take a look at Trac in more detail…

Yes; I should have mentioned, it has bug tracking (tickets) too.

The wiki not only works for arbitrary documents, but it's pretty well integrated elsewhere. For example, a ticket submitted to Trac can use wiki syntax. The tickets can also refer to Subversion revision numbers.

As an Apache server it can be authenticated in the usual ways.

Re: What is the best project management application for start-ups?

#7

I'd recommend Trac (trac.edgewall.org). It's pretty configurable with basic milestone tracking and a wiki (and people have written addons, etc.). It also integrates with Subversion.

Trac looks very solid. Curious. I'm starting a project soon and want the following functionality in the software that we use: I want it to (a) track bug issues, (b) track milestones and a roadmap, (c) allow us to upload code to keep track of each of our changes to the code, and (d) give us a (login-restricted) wiki and/or forum so we can document the discussions/ideas we have. I'll take a look at Trac in more detail…

I would like to second the recommendation of Trac. My only complaint (and a minor one at that) is that it's not intended for more than one project at a time. But it still beats the snot out of the competition for the exact requirements you just listed.

Re: What is the best project management application for start-ups?

#10

I'd recommend Trac (trac.edgewall.org). It's pretty configurable with basic milestone tracking and a wiki (and people have written addons, etc.). It also integrates with Subversion.

If you're looking at Trac, also take a look at redmine. My last project used Trac, and it was a little clunky.

http://www.redmine.org/wiki/redmine/Features

While you're at it, consider a continuous integration tool. Hudson worked great for us:

https://hudson.dev.java.net/

Post reply on HN