Title: Installing Apache Rave Notice: 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. ## Download a distribution package Releases of Apache Rave are available for [download][1]. ## Build a distribution package To build your own distribution with default settings follow these steps: - Get the [source][4] - Build your distribution package with `$ mvn -Pdist` ## Deploy the distribution In the directory rave-portal/target you can find the rave--bin.tar.gz and rave--bin.zip file that contains the full Apache Tomcat 6 installation. The contents of these archives are identical. Unpack one of these archives on your server and go to the Tomcat directory in the console or command prompt. ### Start Tomcat Unix $ ./bin/startup.sh Windows > bin\startup.bat ## Visit the portal Open url [http://localhost:8080/portal][2] in a browser. ### Stop Tomcat Unix $ ./bin/shutdown.sh Windows > bin\shutdown.bat For more Tomcat options, see the [Tomcat 6.0 documentation][3]. [1]: ../downloads.html [2]: http://localhost:8080/portal [3]: http://tomcat.apache.org/tomcat-6.0-doc/index.html [4]: ../source.html