Install Fisheye on Fedora 14
cd /var/tmp
Get link from from http://java.sun.com/javase/downloads/index.jsp
wget http://www.link-from-earlier
chmod +x jre-6u22-*-rpm.bin
./jre-6u22-*-rpm.bin
alternatives –install /usr/bin/java java /usr/java/jre1.6.0_22/bin/java 20000
alternatives –config java
vi /etc/profile.d/java.sh
export JAVA_HOME=”/usr/java/jre1.6.0_22″
export JAVA_PATH=”$JAVA_HOME”
export PATH=”$PATH:$JAVA_HOME/bin”
chmod +x /etc/profile.d/java.sh
Open Firewall
/sbin/iptables -I INPUT 1 -p tcp –dport 8060 -j ACCEPT
/sbin/service iptables save
service iptables restart
Install Fisheye
vi /etc/profile.d/fisheye.sh
export FISHEYE_INST=”/var/fisheye”
chmod +x /etc/profile.d/fisheye.sh
reboot
mkdir /var/fisheye
mkdir /var/fisheye_install
cd /var/fisheye_install
wget http://www.atlassian.com/software/fisheye/downloads/binary/fisheye-2.4.3.zip
unzip -q fisheye-2.4.3.zip
cp /var/fisheye_install/fecru-2.4.3/config.xml /var/fisheye/
cd /var/fisheye_install/fecru-2.4.3/bin/
./run.sh
mkdir /var/scripts
cd /var/scripts
vi start.sh
cd /var/fisheye_install/fecru-2.4.3/bin/
./run.sh
vi /etc/rc.local
Add the following to the bottom and save
/var/scripts/start.sh
Test everything starts up OK by rebooting the server