You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by rg...@apache.org on 2006/11/18 23:16:26 UTC

svn commit: r476623 - /forrest/trunk/whiteboard/forrest2/src/docs/gettingStarted.html

Author: rgardler
Date: Sat Nov 18 14:16:25 2006
New Revision: 476623

URL: http://svn.apache.org/viewvc?view=rev&rev=476623
Log:
A basics getting started guide

Added:
    forrest/trunk/whiteboard/forrest2/src/docs/gettingStarted.html

Added: forrest/trunk/whiteboard/forrest2/src/docs/gettingStarted.html
URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/forrest2/src/docs/gettingStarted.html?view=auto&rev=476623
==============================================================================
--- forrest/trunk/whiteboard/forrest2/src/docs/gettingStarted.html (added)
+++ forrest/trunk/whiteboard/forrest2/src/docs/gettingStarted.html Sat Nov 18 14:16:25 2006
@@ -0,0 +1,54 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!--
+  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.
+-->
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
+<title>Getting Started</title>
+</head>
+<body>
+  <p>This document is aimed at getting new users started as
+  quickly as possible. It contais almost no discussion about
+  why you do something, it just tells you what to do. See
+  other documentation for discussion of why things need to
+  be done this way.</p>
+  
+  <h1>Building</h1>
+  
+  <p>To build forrest2 you must install:</p>
+  
+  <ul>
+    <li>ANT 1.6+</li>
+  </ul>
+  
+  <p class="step">
+    Run the command <span class="source">ant resolve</span>
+  </p>
+  
+  <p class="step">
+    Run the command <span class="source">ant compile-core</span>
+  </p>
+  
+  <h1>Running from the Command Line</h1>
+  
+  <p class="step">cd [CONTENT_OBJECT_DIR]</p>
+  
+  <p class="step">java -jar [FORREST2_HOME]/dist/forrest.jar org.apache.forrest.cli.CLI [REQUEST_URI]<br/>
+  Where [REQUEST_URI] is the URI you wish to request</p>  
+  
+</body>
+</html>
\ No newline at end of file