blob: ea2b9c62328953c71e10e4da3fe6c611c65fc92b [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!--
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.
-->
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" >
<chapter id="installation">
<title>Installing ServiceMix</title>
<para>Install ServiceMix and start it a first time.</para>
<section id="prereqs">
<title>System requirements</title>
<para>
In order to function properly, Apache ServiceMix requires:
<itemizedlist>
<listitem>Java 5 JRE or higher</listitem>
<listitem>At least 200 MB free disk space</listitem>
</itemizedlist>
</para>
</section>
<section>
<title>Installation</title>
<para>
Download the appropriate archive for your platform:
<itemizedlist>
<listitem>apache-servicemix-&version;.tar.gz for Linux, Unix and Mac OS X</listitem>
<listitem>apache-servicemix-&version;.zip for Windows</listitem>
</itemizedlist>
</para>
<para>
Extract the archive on your hard disk. Afterwards, you'll find this directory structure
<literallayout>+- ant
+- bin
+- deploy
+- etc
+- examples
+- lib
\- system
</literallayout>
</para>
</section>
</chapter>