How to manage project for free? - Stack Overflow most recent 30 from stackoverflow.com 2009-12-03T12:34:21Z http://stackoverflow.com/feeds/question/366702 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/366702/how-to-manage-project-for-free 2 How to manage project for free? Skuta 2008-12-14T16:39:37Z 2008-12-15T02:45:12Z <p>Hi,</p> <p>I was asked to manage and develop a project. The client does not really care if I hire people who would do it or I do it myself. Thus, I've decided to be more manager than developer. </p> <p>Are there any (free / low cost) web projects that could help me to communicate with each "sub-developer" outta there on Internet?</p> <p>What I expect is to have similar project as basecamp, however sub-developers wouldn't know about each other because I would be communicator between them. It's possible that basecamp includes this kind of service, but I am not going to pay to every possible similar service to know this.</p> <p>If you have some real-life experience with this kind of problem I'm about to encounter, please, write it here. </p> <p>Thank you</p> http://stackoverflow.com/questions/366702/how-to-manage-project-for-free/366747#366747 2 Answer by Filip Ekberg for How to manage project for free? Filip Ekberg 2008-12-14T17:14:10Z 2008-12-14T17:14:10Z <p>I'd set up sharepoint if i were you. It's perfect for handling projects and talking to members. Also set up a couple of mailing-lists where you all can easily communicate.</p> <p>Good Luck</p> http://stackoverflow.com/questions/366702/how-to-manage-project-for-free/366798#366798 3 Answer by gimel for How to manage project for free? gimel 2008-12-14T18:11:38Z 2008-12-14T18:11:38Z <p>As many open source projects found, <a href="http://trac.edgewall.org/" rel="nofollow">trac</a> is a good fit - lightweight project management with integrated <a href="http://svn.tigris.org/" rel="nofollow">subversion</a> interface:</p> <blockquote> <p>Trac is an enhanced wiki and issue tracking system for software development projects. Trac uses a minimalistic approach to web-based software project management. Our mission is to help developers write great software while staying out of the way. Trac should impose as little as possible on a team's established development process and policies.</p> <p>It provides an interface to Subversion, an integrated Wiki and convenient reporting facilities.</p> <p>Trac allows wiki markup in issue descriptions and commit messages, creating links and seamless references between bugs, tasks, changesets, files and wiki pages. A timeline shows all current and past project events in order, making the acquisition of an overview of the project and tracking progress very easy. The roadmap shows the road ahead, listing the upcoming milestones. </p> </blockquote> <p>Both <a href="http://trac.edgewall.org/" rel="nofollow">trac</a> and <a href="http://svn.tigris.org/" rel="nofollow">subversion</a> can be used from anywhere on the Web, using one of the free or low cost providers (for some references, see <a href="http://trac.edgewall.org/wiki/TracUsers" rel="nofollow">TracUsers</a>).</p> http://stackoverflow.com/questions/366702/how-to-manage-project-for-free/366871#366871 0 Answer by Brett for How to manage project for free? Brett 2008-12-14T19:18:44Z 2008-12-14T19:18:44Z <p>It is possible that you can do this with the free version of <a href="http://www.aceproject.com/" rel="nofollow">AceProject</a>.</p> http://stackoverflow.com/questions/366702/how-to-manage-project-for-free/367364#367364 1 Answer by Tim K. for How to manage project for free? Tim K. 2008-12-15T02:45:12Z 2008-12-15T02:45:12Z <p>I would suggest looking at <a href="http://www.assembla.com" rel="nofollow">Assembla</a>, it has issue tracking, version control and Trac support all in it - and it's free.</p>