mirror of https://github.com/apache/archiva.git
The Windows batch file is called archiva.bat.
git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/archiva-1.3.x@953645 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
4e63f6923a
commit
135eb49f05
|
@ -13,7 +13,7 @@ Installing Standalone Distribution of Apache Archiva
|
|||
|
||||
Archiva can be run by executing:
|
||||
|
||||
* <<<bin/archiva>>>, or <<<bin\archiva.bat>>> for windows (select the one for your environment). The argument can be <<<console>>> to run
|
||||
* <<<bin/archiva>>>, or <<<bin\archiva.bat>>> for Windows (select the one for your environment). The argument can be <<<console>>> to run
|
||||
interactively, or <<<start>>> to run in the background (in this case, run the script with <<<stop>>> to later stop the server). The logs
|
||||
are available in the <<<logs>>> directory where Archiva is installed.
|
||||
|
||||
|
@ -24,7 +24,7 @@ Installing Standalone Distribution of Apache Archiva
|
|||
On Windows, to use the <<<start>>> and <<<stop>>> commands you must first install it as a service. This is done by running:
|
||||
|
||||
----
|
||||
.\bin\archiva install
|
||||
.\bin\archiva.bat install
|
||||
----
|
||||
|
||||
You can then use the <<<start>>> and <<<stop>>> commands as well as the traditional Windows service management console to manage the Archiva
|
||||
|
@ -36,7 +36,7 @@ Installing Standalone Distribution of Apache Archiva
|
|||
You can later remove the service with:
|
||||
|
||||
----
|
||||
.\bin\archiva remove
|
||||
.\bin\archiva.bat remove
|
||||
----
|
||||
|
||||
* Separating the base from the installation
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
-----
|
||||
Henri Yandell
|
||||
-----
|
||||
1 October 2006
|
||||
2010-06-11
|
||||
-----
|
||||
|
||||
~~ Licensed to the Apache Software Foundation (ASF) under one
|
||||
|
@ -36,7 +36,7 @@ Installing Archiva
|
|||
|
||||
----
|
||||
./bin/archiva console (Linux, Mac, Solaris)
|
||||
.\bin\archiva console (Windows)
|
||||
.\bin\archiva.bat console (Windows)
|
||||
----
|
||||
|
||||
You will need to choose a different start command based on your platform. The <<<console>>> argument
|
||||
|
|
Loading…
Reference in New Issue