aboutsummaryrefslogtreecommitdiffstats
path: root/archiva-docs/src/site/apt/quick-start.apt
diff options
context:
space:
mode:
authorMaria Odea B. Ching <oching@apache.org>2008-03-27 07:18:11 +0000
committerMaria Odea B. Ching <oching@apache.org>2008-03-27 07:18:11 +0000
commit8a21f09499e17381491e71e71adc32b709e41838 (patch)
tree288684f3c32e92cb21199fe77d238bd4755b45e9 /archiva-docs/src/site/apt/quick-start.apt
parentc4e8f3d42156b90fbcbe415efdb38f0d3c6df71d (diff)
downloadarchiva-8a21f09499e17381491e71e71adc32b709e41838.tar.gz
archiva-8a21f09499e17381491e71e71adc32b709e41838.zip
[MRM-688]
-updated the docs to reflect the new standalone jetty bundle git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@641724 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-docs/src/site/apt/quick-start.apt')
-rw-r--r--archiva-docs/src/site/apt/quick-start.apt9
1 files changed, 4 insertions, 5 deletions
diff --git a/archiva-docs/src/site/apt/quick-start.apt b/archiva-docs/src/site/apt/quick-start.apt
index ac0f318b7..53f4fe160 100644
--- a/archiva-docs/src/site/apt/quick-start.apt
+++ b/archiva-docs/src/site/apt/quick-start.apt
@@ -28,17 +28,16 @@
Installing Archiva
- The quickest way to install Archiva is to use the standalone distribution. This includes a bundled Jetty server, started using the Plexus Application Server.
- For more information on advanced configuration of this instance, refer to the {{{adminguide/standalone.html} Administration Guide}}. It is highly recommended
- that if you intend to use this permanently that you use the base and installation separation described in that document.
+ The quickest way to install Archiva is to use the standalone distribution. This includes a bundled Jetty server which can be easily started.
+ For more information on advanced configuration of this instance, refer to the {{{adminguide/standalone.html} Administration Guide}}.
To get started right away, you can run the following after unpacking:
----
-./bin/linux-x86-32/run.sh console
+./bin/archiva console
----
- You will need to choose a different start command based on your platform, or use the generic <<<./bin/plexus.sh>>> script. The <<<console>>> argument
+ You will need to choose a different start command based on your platform. The <<<console>>> argument
starts the server with the logs going to standard output, and waits for Ctrl+C to stop the server.
<<Note:>> A Derby exception "Schema 'SA' does not exist" occurs, but is not of concern.