------ Apache Any23 - Installation Guide ------ The Apache Software Foundation ------ 2011-2012 ~~ Licensed to the Apache Software Foundation (ASF) under one or more ~~ contributor license agreements. See the NOTICE file distributed with ~~ this work for additional information regarding copyright ownership. ~~ The ASF licenses this file to You under the Apache License, Version 2.0 ~~ (the "License"); you may not use this file except in compliance with ~~ the License. You may obtain a copy of the License at ~~ ~~ http://www.apache.org/licenses/LICENSE-2.0 ~~ ~~ Unless required by applicable law or agreed to in writing, software ~~ distributed under the License is distributed on an "AS IS" BASIS, ~~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. ~~ See the License for the specific language governing permissions and ~~ limitations under the License. Apache Any23 Installation Guide This page describes how to install <>. * Download a Stable Distribution Most users probably don't need to have day to day access to the source code as it changes. For these users we provide distribution packages via our {{{./downloads.html} downloads page}}. Download either the <<".zip">> or <<".tar.gz">> file and extract the archive. Installing the Core * Windows 2000/XP [[1]] Unzip the distribution archive, i.e. <<>> to the directory you wish to install Apache Any23 ${project.version}. These instructions assume you chose <<>>. The subdirectory <<>> will be created from the archive. [[2]] Add the <<>> environment variable by opening up the system properties (WinKey + Pause), selecting the "Advanced" tab, and the "Environment Variables" button, then adding the <<>> variable in the user variables with the value <<>>. [[3]] In the same dialog, add the <<>> environment variable in the user variables with the value <<<%ANY23_HOME%\bin>>>. [[4]] Optional: In the same dialog, add the <<>> environment variable in the user variables to specify JVM properties, e.g. the value <<<-Xms256m -Xmx512m>>>. This environment variable can be used to supply extra options. By default, it is set to: <<<-Xms500m -Xmx500m -XX:PermSize=128m -XX:-UseGCOverheadLimit>>>. [[5]] In the same dialog, update/create the Path environment variable in the user variables and prepend the value <<<%ANY23%>>> to add Apache Any23 available in the command line. [[6]] In the same dialog, make sure that <<>> exists in your user variables or in the system variables and it is set to the location of your JDK, e.g. <<>> and that <<<%JAVA_HOME%\bin>>> is in your Path environment variable. [[7]] Open a new command prompt (Winkey + R then type cmd) and run <<>> to verify that it is correctly installed. * Unix-based Operating Systems (Linux, Solaris and Mac OS X) [[1]] Extract the distribution archive, i.e. <<>> to the directory you wish to install Apache Any23 ${project.version}. These instructions assume you chose <<>>. The subdirectory <<>> will be created from the archive. [[2]] In a command terminal, add the <<>> environment variable, e.g. <<>>. [[3]] Add the <<>> environment variable, e.g. <<>>. [[4]] Optional: Add the <<>> environment variable to specify JVM properties, e.g. <<>>. This environment variable can be used to supply extra options. [[5]] Add M2 environment variable to your path, e.g. <<>>. [[6]] Make sure that <<>> is set to the location of your JDK, e.g. <<>> and that <<<$JAVA_HOME/bin>>> is in your PATH environment variable. [[7]] Run <<>> to verify that it is correctly installed. Installing a plugin * Windows 2000/XP [[1]] Unzip the distribution archive, i.e. <<>> The subdirectory <<>> will be created from the archive. [[2]] Copy the jar files under <<\.any23\plugins>>> * Unix-based Operating Systems (Linux, Solaris and Mac OS X) [[1]] Extract the distribution archive, i.e. <<>>. The subdirectory <<>> will be created from the archive. [[2]] Copy the jar files under <<<~/.any23/plugins>>> Installing the service * Installing the standalone server ** Windows 2000/XP [[1]] Unzip the distribution archive, i.e. <<>> to the directory you wish to install Apache Any23 ${project.version}. These instructions assume you chose <<>>. The subdirectory <<>> will be created from the archive. [[2]] Add the <<>> environment variable by opening up the system properties (WinKey + Pause), selecting the "Advanced" tab, and the "Environment Variables" button, then adding the <<>> variable in the user variables with the value <<>>. [[3]] In the same dialog, add the <<>> environment variable in the user variables with the value <<<%ANY23_HOME%\bin>>>. [[4]] Optional: In the same dialog, add the <<>> environment variable in the user variables to specify JVM properties, e.g. the value <<<-Xms256m -Xmx512m>>>. This environment variable can be used to supply extra options. By default, it is set to: <<<-Xms500m -Xmx500m -XX:PermSize=128m -XX:-UseGCOverheadLimit>>>. [[5]] In the same dialog, update/create the Path environment variable in the user variables and prepend the value <<<%ANY23%>>> to add Apache Any23 available in the command line. [[6]] In the same dialog, make sure that <<>> exists in your user variables or in the system variables and it is set to the location of your JDK, e.g. <<>> and that <<<%JAVA_HOME%\bin>>> is in your Path environment variable. [[7]] Open a new command prompt (Winkey + R then type cmd) and run <<>> to launch the service. ** Unix-based Operating Systems (Linux, Solaris and Mac OS X) [[1]] Extract the distribution archive, i.e. <<>> to the directory you wish to install Apache Any23 ${project.version}. These instructions assume you chose <<>>. The subdirectory <<>> will be created from the archive. [[2]] In a command terminal, add the <<>> environment variable, e.g. <<>>. [[3]] Add the <<>> environment variable, e.g. <<>>. [[4]] Optional: Add the <<>> environment variable to specify JVM properties, e.g. <<>>. This environment variable can be used to supply extra options. [[5]] Add <<>> environment variable to your path, e.g. <<>>. [[6]] Make sure that <<>> is set to the location of your JDK, e.g. <<>> and that <<<$JAVA_HOME/bin>>> is in your PATH environment variable. [[7]] Run <<>> to launch the service.