Today, I am writing a presentation, and want to draw some fancy charts.  I find freemind by google.  Even freemind wiki page gives sufficient instructions on how to install freemind on Linux, I still couldn't find anything on yum installation.

Create freemind.repo in /etc/yum.repos.d

[freemind]
name=FreeMind
baseurl=http://eric.lavar.de/comp/linux/rpm/noarch
enabled=1
gpgcheck=0


Create jpackage.repo in /etc/yum.repos.d

[jpackage]
name=JPackage
baseurl=http://mirrors.dotsrc.org/jpackage/1.6/generic/free
enabled=1
gpgcheck=0


yum -y install freemind

Have been using CruiseControl for several months.  It is easy to configure, and very useful.  However, the default cruisecontrol.bat doesn't set jmxhost, so the remote jmx control to CC does not in effective.  Now I modify cruisecotnrol.bat like this,

-jmxhost host.cc.is.running

Newer Posts Older Posts Home