Versions Compared

Key

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

...

  1. From a browser, navigate to http://karaf.apache.org/download.html.
  2. Scroll down to the "Apache Felix Karaf" section and select the desired distribution.
    For a binary distribution, the filename will be similar to: apache-karaf-x.y.zip.
  3. Extract the files from the ZIP file into a directory of your choice. Please remember the restrictions concerning illegal characters in Java paths, e.g. !, % etc.
  4. Proceed to the #Starting Karaf section of this document.
  5. Following start-up, go to the #Testing the Installation section of this document.
  6. Optional: see 7.1. Enabling Colorized Console Output On Windows

...

  1. From a browser, navigate to http://felixkaraf.apache.org/site/downloadsdownload.cgihtml.
  2. Scroll down to the "Apache Karaf" section and select the desired distribution.
    For a source distribution, the filename will be similar to: apache-karaf-x.y-src.zip.
  3. Extract Karaf from the ZIP file into a directory of your choice. Please remember the restrictions concerning illegal characters in Java paths, e.g. !, % etc.
  4. Anchor
    Windows Source Installation
    Windows Source Installation
    Build Karaf using Maven 2.0.9 or greater and Java 5.
    The recommended method of building Karaf is the following:
    Code Block
    cd [karaf_install_dir]\\src
    
    Wiki Markup
     where {{\[karaf_install_dir\]}} is the directory in which Karaf was installed.
    Code Block
    mvn
    
    Both steps take around 10 to 15 minutes.
  5. Unzip the distribution using your favorite zip tool. The windows distribution is available at
    Code Block
    \[karaf_install_dir\]\assembly\target\apache-felix-karaf-x.y.zip
    
  6. Proceed to the #Starting Karaf section of this document.
  7. Following start-up, go to the #Testing the Installation section of this document.
  8. Optional: see 7.1. Enabling Colorized Console Output On Windows

...

  1. From a browser, navigate to http://karaf.apache.org/download.html.
  2. Scroll down to the "Apache Felix Karaf" section and select the desired distribution.
    For a binary Unix distribution, the filename will be similar to: apache-felix-karaf-x.y.tar.gz.
  3. Extract the files from the gzip file into a directory of your choice. For example:
    Code Block
    gunzip apache-karaf-x.y.tar.gz
    tar xvf apache-karaf-x.y.tar
    
    Please remember the restrictions concerning illegal characters in Java paths, e.g. !, % etc.
  4. Proceed to the #Starting Karaf section of this document.
  5. Following start-up, go to the #Testing the Installation section.

...

  1. From a browser, navigate to http://felixkaraf.apache.org/site/downloadsdownload.cgihtml.
  2. Scroll down to the "Apache Karaf" section and select the desired distribution.
    For a source distribution, the filename will be similar to: apache-karaf-x.y-src.tar.gz.
  3. Extract the files from the ZIP file into a directory of your choice. For example:
    Code Block
    gunzip apache-karaf-x.y-src.tar.gz
    tar xvf apache-karaf-x.y-src.tar
    
    Please remember the restrictions concerning illegal characters in Java paths, e.g. !, % etc.
  4. Build Karaf using Maven 2.0.8 or greater and Java 5:
    Code Block
    The preferred method of building Karaf is the following:
    cd [karaf_install_dir]/src
     where [karaf_install_dir] is the directory in which Karaf was installed.
    mvn
    
  5. Uncompress the distribution that has just been created
    Code Block
    cd [karaf_install_dir]/assembly/target
    gunzip apache-karaf-x.y.tar.gz
    tar xvf apache-karaf-x.y.tar
    
  6. Proceed to the #Starting Karaf section of this document.
  7. Following start-up, go to the #Testing the Installation section.

...