Author: rgardler
Date: Mon Mar 28 00:20:28 2011
New Revision: 1086078
URL: http://svn.apache.org/viewvc?rev=1086078&view=rev
Log:
Instructions for getting from source
Added:
incubator/wookie/site/trunk/content/wookie/docs/download.mdtext (with
props)
Added: incubator/wookie/site/trunk/content/wookie/docs/download.mdtext
URL:
http://svn.apache.org/viewvc/incubator/wookie/site/trunk/content/wookie/docs/download.mdtext?rev=1086078&view=auto
==============================================================================
--- incubator/wookie/site/trunk/content/wookie/docs/download.mdtext (added)
+++ incubator/wookie/site/trunk/content/wookie/docs/download.mdtext Mon Mar 28
00:20:28 2011
@@ -0,0 +1,51 @@
+Title:
+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.
+
+Getting Wookie up and running on your machine is really easy. you'll find
instructions below.
+Once you have it running locally we will probably want to take a look at the
[quickstart guide](quickstart.html).
+
+## Binaries
+
+There are currently no binaries to download, we are owever testing a release
right now.
+Come back soon or join us on the dev list to help with the testing.
+
+## Source
+
+To build from source follow these steps:
+
+ - Install [Java JDK](http://java.com/en/download/)
+ - Install [Apache Subversion](http://subversion.apache.org/packages.html)
+ - Install [Apache Ant 1.7](http://archive.apache.org/dist/ant/binaries/)
(Note, that at the time of writing you need Ant 1.7, see WOOKIE-
+ - Checkout Wookie from
[SVN](http://svn.apache.org/repos/asf/incubator/wookie/trun)
+ - Build and run using "ant run"
+ - Visit http://localhosr:8080/wookie
+
+### On Linux
+
+If you are running Ubuntu Liniux the commands you need to carry out a source
installation are:
+
+ sudo apt-get install openjdk-6-jdk
+ sudo apt-get install subversion
+ sudo apt-get install ant1.7
+ svn co http://svn.apache.org/repos/asf/incubator/wookie/trunk
~/projects/wookie
+ ant run
+ http://localhost:8080/wookie
+
+
+
+
Propchange: incubator/wookie/site/trunk/content/wookie/docs/download.mdtext
------------------------------------------------------------------------------
svn:eol-style = native