Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Installation and Setup of Infrastructure Components

Install Java

  1. 1)      Install Java SE SDK version 6 (or 7 if you are comfortable updating the POM files for Maven)

      ...

        1. Download appropriate 32-bit or 64-bit Java SE SDK from http://www.oracle.com/technetwork/java/javase/downloads/index.html.

          ...

              1. Current Maven POM configuration files expect Java 1.6.  Experts may wish to use Java 1.7 and make appropriate changes to the POMs.

          ...

            1. Run executable, install using default options

              ...

                  1. You can use a non-default installation directory if desired

              ...

                1. Control Panel à System à Advanced à Environment Variables à System Variables

                  ...

                      1. Set JAVA_HOME to Java SE SDK location

                      ...

                            1. E.g., C:\Program Files\Java\jdk1.6.0_26

                      ...

                          1. Add %JAVA_HOME%\bin to Path

                          ...

                                1. In this example, was added to beginning of Path

                          Install Maven

                          ...

                          1. Download .zip file of latest stable Maven build from http://maven.apache.org/download.html

                              ...

                                1. These instructions have been tested for both Maven 3.0.3 at http://www.apache.org/dyn/closer.cgi/maven/binaries/apache-maven-3.0.3-bin.zip and Maven version 2.2.1 at http://www.apache.org/dyn/closer.cgi/maven/binaries/apache-maven-2.2.1-bin.zip

                              ...

                                1. Unzip archive

                              ...

                                1. Follow instructions in README.txt, provided below

                              ...

                                1. Directory specifications below are not mandatory, but recommended for consistency purposes

                                  ...

                                      1. Place unzipped folder (apache-maven-3.0.3) in following directory: C:\Program Files\Apache Software Foundation

                                  ...

                                    1. Control Panel à System à Advanced à Environment Variables à System Variables

                                      ...

                                          1. Set MAVEN_HOME to “C:\Program Files\Apache Software Foundation\apache-maven-3.0.3”

                                      ...

                                          1. Add %MAVEN_HOME%\bin to Path

                                          ...

                                                1. In this example, was added to beginning of Path

                                           

                                          Install Apache CXF

                                          ...

                                          1. Download latest binary version of Apache CXF from http://cxf.apache.org/download.html

                                              ...

                                                1. Unzip and move the apache-cxf-2.X.X folder to be under C:\Program Files\Apache Software Foundation

                                               

                                              Install Tortoise SVN

                                              ...

                                              1. Download TortoiseSVN from http://tortoisesvn.net/downloads.html

                                                  ...

                                                    1. Note: if you already have TortoiseSVN installed, get the latest version if you plan to update Subclipse (the Eclipse Subversion plugin) to the latest version.  You may run into some problems when using TortoiseSVN to check out the OpenCDS project if TortoiseSVN uses a Subversion version that is older than the Subversion version used by Eclipse.

                                                  ...

                                                    1. Install using default options, then restart machine

                                                  ...

                                                  Install Tomcat

                                                  1)      .Download latest Tomcat using “32-bit/64-bit Windows Service Installer” from relevant download page at http://tomcat.apache.org/

                                                  ...