Versions Compared

Key

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

...

  1. From a browser, navigate to http://incubator.apache.org/servicemix/download.html
  2. Click the "ServiceMix 3.0.x Release" link under the "Latest Releases" section. This brings up another page.
  3. Under the "Download Here" section, select the desired distribution (if necessary, scroll down to see the "Download Here" section).
    For a source distribution, the filename will be similar to: apache-servicemix-3.0.x-src.zip.
  4. Extract ServiceMix from the ZIP file into a directory of your choice.
  5. Anchor
    Windows Source Installation
    Windows Source Installation
    Build ServiceMix using Maven 2.0.4 or greater and Java 5.
    The recommended method of building ServiceMix is the following:
    Code Block
    cd [servicemix_install_dir]
    
    Wiki Markup
     where {{\[servicemix_install_dir\]}} is the directory in which ServiceMix was installed.
    Code Block
    mvn -Dprofile=step1
    mvn -Dprofile=step2
    
    Both steps take around 10 to 15 minutes.
  6. Unzip the distribution using your favorite zip tool
  7. Start ServiceMix from the target directory, for example:
    Code Block
    cd [servicemix_install_dir]\apache-servicemix\target\apache-servicemix-3.0-incubating-SNAPSHOT
    bin\servicemix
    
    Note: working directories get created relative to the current directory. For the working directories to be created in the proper place, ServiceMix must be launched from its home/installation directory.
  8. Proceed to the #Testing the Installation section.

...