I have a need to use a project management software package under Centos 6.6 and have started looking at ProjectLibre which is a Java package. Unfortunately it seems to have shortcomings when it comes to following up projects and my current understanding is that it falls short of Microsoft Project 2010, i.e., a previous version. Does anyone have experience with this type of software and what would you recommend? Thank you in advance.
On Fri, May 29, 2015 at 10:26 PM, H <agents at meddatainc.com> wrote:> I have a need to use a project management software package under Centos > 6.6 and have started looking at ProjectLibre which is a Java package. > > Unfortunately it seems to have shortcomings when it comes to following up > projects and my current understanding is that it falls short of Microsoft > Project 2010, i.e., a previous version. >I have not used ProjectLibre, so I can't comment on its features.> > Does anyone have experience with this type of software and what would you > recommend? >Years back I used [what appears to have been] GanttProject. Worked fine for me, but I was only interested in creating Gantt charts and not so much comparing features to Microsoft Project (though I used MS Project briefly many moons ago). http://www.ganttproject.biz/ Hope that helps. -- ---~~.~~--- Mike // SilverTip257 //
Jeremy Thompson
2015-Jun-01 17:34 UTC
[CentOS] nginx conflicting server name ignored warning
on my configs for every server { } instance I only call out the server_name directive once. I haven?t ever passed them to the cgi servers as a param though. You?ve probably looked already but make sure those domain names don?t exist in another conf like maybe the default.conf. -- Jeremy Thompson Sports Warehouse Inc. jeremy at warehousesports.com Guys, I'm getting a strange warning whenever I do a config test or a restart of nginx 1.0.15 [root at aoadbld00032lb nginx]# nginx -t nginx: [warn] conflicting server name "aoadbld00032lb.company.com" on 0.0.0.0:80, ignored nginx: [warn] conflicting server name "logs.pcf.company.com" on 0.0.0.0:80, ignored nginx: the configuration file /etc/nginx/nginx.conf syntax is ok nginx: configuration file /etc/nginx/nginx.conf test is successful And as far as I can tell I only have one server_name directive in the whole config: [root at aoadbld00032lb nginx]# grep -r server_name * conf.d/kibana.conf: server_name aoadbld00032lb.company.com logs.pcf.company.com; fastcgi_params:fastcgi_param SERVER_NAME $server_name; scgi_params:scgi_param SERVER_NAME $server_name; uwsgi_params:uwsgi_param SERVER_NAME $server_name; It's more of an annoyance than any kind of real problem, as far as I can tell. Because the site I'm trying to put up with it appears to be working. I'm using this host as a logstash server. But does anybody have any ideas as to why this may be happening? Or of any potential problems that this may cause? Thanks, Tim -- GPG me!! gpg --keyserver pool.sks-keyservers.net --recv-keys F186197B _______________________________________________ CentOS mailing list CentOS at centos.org http://lists.centos.org/mailman/listinfo/centos -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 842 bytes Desc: Message signed with OpenPGP using GPGMail URL: <http://lists.centos.org/pipermail/centos/attachments/20150601/903d1a3e/attachment-0001.sig>
You could try 'planner' <rizo:~> yum info planner Loaded plugins: changelog, presto Available Packages Name : planner Arch : i686 Version : 0.14.4 Release : 10.el6 Size : 3.1 M Repo : base Summary : A graphical project management tool URL : http://live.gnome.org/Planner License : GPLv2+ Description : Planner is a visual project management application which allows users to : manage several aspects of a project, including schedule tracking using : Gantt charts. : : You should install Planner if you wish to manage schedules, allocate : resources, and track the progress of your projects. Kahlil (Kal) Hodgson GPG: C9A02289 Head of Technology (m) +61 (0) 4 2573 0382 DealMax Pty Ltd GitHub: @tartansandal Suite 1416 401 Docklands Drive Docklands VIC 3008 Australia "All parts should go together without forcing. You must remember that the parts you are reassembling were disassembled by you. Therefore, if you can't get them together again, there must be a reason. By all means, do not use a hammer." -- IBM maintenance manual, 1925 On 2 June 2015 at 02:32, Mike - st257 <silvertip257 at gmail.com> wrote:> On Fri, May 29, 2015 at 10:26 PM, H <agents at meddatainc.com> wrote: > > > I have a need to use a project management software package under Centos > > 6.6 and have started looking at ProjectLibre which is a Java package. > > > > Unfortunately it seems to have shortcomings when it comes to following up > > projects and my current understanding is that it falls short of Microsoft > > Project 2010, i.e., a previous version. > > > > I have not used ProjectLibre, so I can't comment on its features. > > > > > > Does anyone have experience with this type of software and what would you > > recommend? > > > > Years back I used [what appears to have been] GanttProject. > Worked fine for me, but I was only interested in creating Gantt charts and > not so much comparing features to Microsoft Project (though I used MS > Project briefly many moons ago). > http://www.ganttproject.biz/ > > > Hope that helps. > > -- > ---~~.~~--- > Mike > // SilverTip257 // > _______________________________________________ > CentOS mailing list > CentOS at centos.org > http://lists.centos.org/mailman/listinfo/centos >