summaryrefslogtreecommitdiffstats
path: root/archiva-site/src
diff options
context:
space:
mode:
authorWendy Smoak <wsmoak@apache.org>2007-05-18 22:30:54 +0000
committerWendy Smoak <wsmoak@apache.org>2007-05-18 22:30:54 +0000
commitc870196fffc9bb7f12a5fff13f63166112af69c7 (patch)
tree8f67b10a513d1e022b57ade0788a21793a76bb5a /archiva-site/src
parent2c0cc49c5075e8f64a5dc7fef57d591c08ea567f (diff)
downloadarchiva-c870196fffc9bb7f12a5fff13f63166112af69c7.tar.gz
archiva-c870196fffc9bb7f12a5fff13f63166112af69c7.zip
Added a download page.
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@539618 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-site/src')
-rw-r--r--archiva-site/src/site/apt/download.apt50
1 files changed, 50 insertions, 0 deletions
diff --git a/archiva-site/src/site/apt/download.apt b/archiva-site/src/site/apt/download.apt
new file mode 100644
index 000000000..c26f89af6
--- /dev/null
+++ b/archiva-site/src/site/apt/download.apt
@@ -0,0 +1,50 @@
+ ------
+ Download
+ ------
+
+Download Archiva 0.9 Alpha 2
+
+ Archiva 0.9 Alpha 2 is distributed under the {{{http://maven.apache.org/archiva/license.html} Apache License, version 2.0}}.
+
+ You will be prompted for a mirror - if the file is not found on yours, please be patient, as it may take 24
+ hours to reach all mirrors.
+
+* Archiva 0.9 Alpha 2
+
+*-------------------------------+---------+----------+-----------+
+| | Mirrors | Checksum | Signature |
+*-------------------------------+---------+----------+-----------+
+| Archiva 0.9-alpha-2 (tar.gz) | {{{http://www.apache.org/dyn/closer.cgi/maven/binaries/archiva-0.9-alpha-2-bin.tar.gz} archiva-0.9-alpha-2-bin.tar.gz}} | {{{http://www.apache.org/dist/maven/binaries/archiva-0.9-alpha-2-bin.tar.gz.md5} archiva-0.9-alpha-2-bin.tar.gz.md5}} | {{{http://www.apache.org/dist/maven/binaries/archiva-0.9-alpha-2-bin.tar.gz.asc} archiva-0.9-alpha-2-bin.tar.gz.asc}} |
+*-------------------------------+---------+----------+-----------+
+
+* System {Requirements}
+
+*----------------------+--------------------------------------------------------------------------------------------------------------------------------+
+| <<JDK>> | 1.4 or above |
+*----------------------+--------------------------------------------------------------------------------------------------------------------------------+
+| <<Memory>> | No minimum requirement |
+*----------------------+--------------------------------------------------------------------------------------------------------------------------------+
+| <<Disk>> | The Archiva application is in itself about 20MB but will use more disk space to store repository contents |
+*----------------------+--------------------------------------------------------------------------------------------------------------------------------+
+| <<Operating System>> | Support for Linux, Mac OS X, Solaris and Windows. Tested on Windows XP SP2, Ubuntu Linux, and Mac OS X. |
+*----------------------+--------------------------------------------------------------------------------------------------------------------------------+
+
+* {Installation} Instructions
+
+ The installation of Archiva consists solely of unpacking the archive in the desired directory. It's that simple!
+
+ For example:
+
++------+
+ tar -xzvf archiva-0.9-alpha-2-bin.tar.gz
++------+
+
+ To start the app, use the appropriate platform-specific startup script found under the "bin" directory of your
+ installation. If your platform is not included, use the plexus.bat script found in the "bin" directory.
+
+ For example:
+
++------+
+ cd archiva-0.9-alpha-2/bin/linux-x86-32
+ ./run.sh start
++------+ \ No newline at end of file