Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

Installation Instructions

Install the following software (Versions are as of time of writing/updating this file):

  1. Latest JDK 7 (1.7.0u21) - http://www.oracle.com/technetwork/java/javase/downloads/index.html
  2. Latest Maven (3.0.5) - http://maven.apache.org/
  3. Latest Eclipse Juno for Java EE Developers (4.2.2 aka 4.2 SR2) - http://www.eclipse.org/downloads/
    1. Install Latest Spring STS and Maven (M2E) support if not already there
    2. Install the sample spring-hibernate-cf example application from STS
  4. Latest Jenkins WAR file (version changes weekly)- http://www.jenkins-ci.org

Environment Variables

Set the following environment variables.

PATH separators are Operating System dependant, using colons in this example (Unix bash shell):

M2_HOME=$MAVEN_INSTALL JAVA_HOME=$JDK_INSTALL ECLIPSE_HOME=$ECLIPSE_INSTALL PATH=$JDK_INSTALL/bin:$M2_HOME/bin:$ECLIPSE_HOME/bin

export JAVA_HOME M2_HOME ECLIPSE_HOME PATH

Confirm installations

On command line run:

  1. java -version (you should get back JDK1.7.0_21 )
  2. mvn -version (you should get back Maven 3.0.5)
  3. cd $JENKINS_INSTALL
  4. java -jar jenkins.war (this should start up Jenkins)

On the desktop run:

  1. Eclipse (Eclipse IDE should start)