I need to implement a solution and not having ever used anything but MS Project I would be grateful for a reco on something good. The only hope would be that its web based but I am open to anything!
Thanks! jlc
Joseph L. Casale wrote:
I need to implement a solution and not having ever used anything but MS Project I would be grateful for a reco on something good. The only hope would be that its web based but I am open to anything!
Gnome has planner - http://live.gnome.org/Planner I have it loaded but so far unused on my machine HTH
Thanks! jlc _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
On Mon, Jul 12, 2010 at 9:37 PM, Joseph L. Casale jcasale@activenetwerx.com wrote:
I need to implement a solution and not having ever used anything but MS Project I would be grateful for a reco on something good. The only hope would be that its web based but I am open to anything!
I have been using Planner[1] for many years without a problem. It should do everything you want and it comes std with CentOS[2].
Cheers Didi
[1] http://live.gnome.org/Planner [2] $yum info planner or $yum install planner
Do you mean something that is group based, that you want to run on a centos server, or something to run on a desktop for just yourself, because there is a bit of a distinction. --- Kind Regards, Mr Gabriel (bberry mail)
-----Original Message----- From: "Joseph L. Casale" jcasale@activenetwerx.com Sender: centos-bounces@centos.org Date: Mon, 12 Jul 2010 20:37:16 To: 'CentOS mailing list'centos@centos.org Reply-To: "CentOS mailing list" centos@centos.org Subject: [CentOS] Project Management Solutions
I need to implement a solution and not having ever used anything but MS Project I would be grateful for a reco on something good. The only hope would be that its web based but I am open to anything!
Thanks! jlc _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Do you mean something that is group based, that you want to run on a centos server, or something to run on a desktop for just yourself, because there is a bit of a distinction.
Group based, something I can put behind apache on a CentOS box but either way, so long as its group based I can work around whatever exists. Just keen a reco to start with something solid.
Thanks! jlc
Then google something called Todoyu. I'll leave the rest as an exercise for the readers to find out more.
*gosh, this is a first, a recommendation from in the ... * :)
--- Kind Regards, Mr Gabriel (bberry mail)
-----Original Message----- From: "Joseph L. Casale" jcasale@activenetwerx.com Sender: centos-bounces@centos.org Date: Mon, 12 Jul 2010 20:52:11 To: 'CentOS mailing list'centos@centos.org Reply-To: "CentOS mailing list" centos@centos.org Subject: Re: [CentOS] Project Management Solutions
Do you mean something that is group based, that you want to run on a centos server, or something to run on a desktop for just yourself, because there is a bit of a distinction.
Group based, something I can put behind apache on a CentOS box but either way, so long as its group based I can work around whatever exists. Just keen a reco to start with something solid.
Thanks! jlc _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Joseph L. Casale wrote, On 07/12/2010 04:52 PM:
Do you mean something that is group based, that you want to run on a centos server, or something to run on a desktop for just yourself, because there is a bit of a distinction.
Group based, something I can put behind apache on a CentOS box but either way, so long as its group based I can work around whatever exists. Just keen a reco to start with something solid.
Thanks! jlc
I have not used it this way, but planner has the option of connecting it to a Postgresql database. see planner -> Help -> Configuring a Planner database
Used in a non Group way, I have found Planner to be an adequate replacement for Project.
it looks like there have been some SQL fixes since the version included with CentOS 5.X http://live.gnome.org/Planner
On 7/12/2010 3:37 PM, Joseph L. Casale wrote:
I need to implement a solution and not having ever used anything but MS Project I would be grateful for a reco on something good. The only hope would be that its web based but I am open to anything!
It depends on what you are really trying to do. If you want to do timelines and Gantt charts for management views, planner is probably good, but if you want more low-level, direct access to something like software coding you'd want to glue together a version control system and bug/feature tracker combination like subversion and trac or git and redmine where you can control both the project itself, the discussion directing its changes/development, and follow the status of completion.
It depends on what you are really trying to do. If you want to do timelines and Gantt charts for management views, planner is probably good, but if you want more low-level, direct access to something like software coding you'd want to glue together a version control system and bug/feature tracker combination like subversion and trac or git and redmine where you can control both the project itself, the discussion directing its changes/development, and follow the status of completion.
Nah, this will be for mold builders:)
Planner sounds good, the website's a mess though, old and broken links:/
On 7/12/2010 4:14 PM, Joseph L. Casale wrote:
It depends on what you are really trying to do. If you want to do timelines and Gantt charts for management views, planner is probably good, but if you want more low-level, direct access to something like software coding you'd want to glue together a version control system and bug/feature tracker combination like subversion and trac or git and redmine where you can control both the project itself, the discussion directing its changes/development, and follow the status of completion.
Nah, this will be for mold builders:)
They don't store designs on-line that would benefit from version control? Most systems have features that are most helpful with text files where they can show meaningful diffs between versions but they do work even with binary files and can still show histories with comments given for each commit - and they provide a reasonable transport for a group to access and update copies.
----- "Joseph L. Casale" jcasale@activenetwerx.com wrote:
I need to implement a solution and not having ever used anything but MS Project I would be grateful for a reco on something good. The only hope would be that its web based but I am open to anything!
Thanks! jlc
I've found dotProject [1] to work nicely. It's a standard LAMP type web application and works very well on CentOS. The features are quite extensible.
[1] http://www.dotproject.net/
--Tim
On 07/12/2010 09:37 PM, Joseph L. Casale wrote:
I need to implement a solution and not having ever used anything but MS Project I would be grateful for a reco on something good. The only hope would be that its web based but I am open to anything!
Thanks! jlc
Try dotProject[1] which is a LAMP app, there is a demo[2] too
[1] http://www.dotproject.net/ [2]
Here is a comparison of many software:
http://en.wikipedia.org/wiki/Comparison_of_project_management_software
Regards