You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

download.apt 5.0KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. ------
  2. Download
  3. ------
  4. Download Archiva
  5. Archiva is distributed under the {{{http://maven.apache.org/archiva/license.html} Apache License, version 2.0}}.
  6. You will be prompted for a mirror - if the file is not found on yours, please be patient, as it may take 24
  7. hours to reach all mirrors.
  8. * Archiva 1.0 Beta 4
  9. This version is considered an early beta release of the database backed, scalable, and stability improved archiva.
  10. (See {{{http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&&pid=10980&resolution=-1&sorter/field=priority&sorter/order=DESC} full list of issues}} for details)
  11. *-------------------------------+---------+----------+-----------+
  12. | | Mirrors | Checksum | Signature |
  13. *-------------------------------+---------+----------+-----------+
  14. | Archiva 1.0-beta-4 (bin.tar.gz) | {{{http://www.apache.org/dyn/closer.cgi/maven/binaries/apache-archiva-1.0-beta-4-bin.tar.gz} apache-archiva-1.0-beta-4-bin.tar.gz}} | {{{http://www.apache.org/dist/maven/binaries/apache-archiva-1.0-beta-4-bin.tar.gz.md5} apache-archiva-1.0-beta-4-bin.tar.gz.md5}} | {{{http://www.apache.org/dist/maven/binaries/apache-archiva-1.0-beta-4-bin.tar.gz.asc} apache-archiva-1.0-beta-4-bin.tar.gz.asc}} |
  15. *-------------------------------+---------+----------+-----------+
  16. | Archiva 1.0-beta-4 (src) | {{{http://www.apache.org/dyn/closer.cgi/maven/source/apache-archiva-1.0-beta-4-src.zip} apache-archiva-1.0-beta-4-src.zip}} | {{{http://www.apache.org/dist/maven/source/apache-archiva-1.0-beta-4-src.zip.md5} apache-archiva-1.0-beta-4-src.zip.md5}} | {{{http://www.apache.org/dist/maven/source/apache-archiva-1.0-beta-4-src.zip.asc} apache-archiva-1.0-beta-4-src.zip.asc}} |
  17. *-------------------------------+---------+----------+-----------+
  18. * Archiva 0.9 Alpha 2
  19. This version is considered a proof of concept, useful for demonstration purposes, small repositories, and low user
  20. counts. We look forward to significant scalability and stability improvements coming soon in Archiva 1.0.
  21. *-------------------------------+---------+----------+-----------+
  22. | | Mirrors | Checksum | Signature |
  23. *-------------------------------+---------+----------+-----------+
  24. | Archiva 0.9-alpha-2 (bin) | {{{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}} |
  25. *-------------------------------+---------+----------+-----------+
  26. | Archiva 0.9-alpha-2 (src) | {{{http://www.apache.org/dyn/closer.cgi/maven/source/archiva-0.9-alpha-2-src.tar.gz} archiva-0.9-alpha-2-src.tar.gz}} | {{{http://www.apache.org/dist/maven/source/archiva-0.9-alpha-2-src.tar.gz.md5} archiva-0.9-alpha-2-src.tar.gz.md5}} | {{{http://www.apache.org/dist/maven/source/archiva-0.9-alpha-2-src.tar.gz.asc} archiva-0.9-alpha-2-src.tar.gz.asc}} |
  27. *-------------------------------+---------+----------+-----------+
  28. * System {Requirements}
  29. *----------------------+--------------------------------------------------------------------------------------------------------------------------------+
  30. | <<JDK>> | 1.4 or above |
  31. *----------------------+--------------------------------------------------------------------------------------------------------------------------------+
  32. | <<Memory>> | No minimum requirement |
  33. *----------------------+--------------------------------------------------------------------------------------------------------------------------------+
  34. | <<Disk>> | The Archiva application is in itself about 20MB but will use more disk space to store repository contents |
  35. *----------------------+--------------------------------------------------------------------------------------------------------------------------------+
  36. | <<Operating System>> | Support for Linux, Mac OS, Solaris and Windows. Tested on Windows XP SP2, Ubuntu Linux, and Mac OS X. |
  37. *----------------------+--------------------------------------------------------------------------------------------------------------------------------+
  38. * {Installation} Instructions
  39. The installation of Archiva consists solely of unpacking the archive in the desired directory. It's that simple!
  40. ** NOTE: If you have installed archiva-0.9, backup your $HOME/.m2/archiva.xml file.
  41. For example:
  42. +------+
  43. tar -xzvf archiva-1.0-beta-4-bin.tar.gz
  44. +------+
  45. To start the app, use the appropriate platform-specific startup script found under the "bin" directory of your
  46. installation. If your platform is not included, use the plexus.bat script found in the "bin" directory.
  47. For example:
  48. +------+
  49. cd archiva-1.0-beta-4/bin/linux-x86-32
  50. ./run.sh start
  51. +------+