Monday, April 26, 2010

Moved to Ubuntu 9.10


After all my effort of fighting away the virus attacks in my WinXP environment, I decided to move to Ubuntu.  I feel the time and resource put on virus scanners, isn't worth it. So I installed Ubuntu 9.10 and setup my test environment there.



This blog is about the test enviro nment setting-up (which can be useful next time I think of a change)

Software that were gathered;
Sun JDK1.6 - jdk-6u2-linux-i586.bin
idea - idea-8.0.tar.gz
ant - apache-ant-1.7.0-bin.zip
maven - maven-2.0.7-bin.tar.gz
tomcat - apache-tomcat-6.0.10.zip
directoryStudio - ApacheDirectoryStudio-linux-x86-1.5.3.v20100330.tar.gz
jboss - jboss-5.0.0.GA.zip 


Installation and setting-up;
Sun JDK
- navigate to folder u hv the bin distro and run it
sh ./jdk-6u2-linux-i586.bin 
OR
sudo apt-get install sun-java6-jdk sun-java6-jre


IDEA
- Unpack the IntelliJ IDEA distribution file
tar -xvz idea-8.0.tar.gz

- Go to IDEA_HOM/bin and type sh idea.sh


ant
Simply unzip the zip distro

maven 
untar the tar.gz distribution

tomcat
unzip the distro
directoryStudio
untar the tar.gz distribution

After installing the software, set the home path in bashrc
-type at promt; 
sudo vi ~/.bashrc

 -Change below;
export JAVA_HOME=/opt/software/java/jdk1.6.0_02
export PATH=$PATH:$JAVA_HOME/bin
export JDK_HOME=$JAVA_HOME

export IDEA_HOME=/opt/software/idea/idea-9013
export PATH=$PATH:$IDEA_HOME/bin

export ANT_HOME=/opt/software/ant/apache-ant-1.7.0
export PATH=$PATH:$ANT_HOME/bin

export MAVEN_HOME=/opt/software/maven/maven-2.0.7
export PATH=$PATH:MAVEN_HOME/bin

Day 03 Gala Dinner Highlight Video