diff options
author | Brett Porter <brett@apache.org> | 2008-03-31 05:05:49 +0000 |
---|---|---|
committer | Brett Porter <brett@apache.org> | 2008-03-31 05:05:49 +0000 |
commit | 6397c4184ff4dd610471e8cee23bd18a5b18438e (patch) | |
tree | 6d494011f4917ca5f483bb3278577a0b8a2f1f5a /archiva-docs/src | |
parent | a49a0f2863495845ee39a2f0f33f16325e9f3813 (diff) | |
download | archiva-6397c4184ff4dd610471e8cee23bd18a5b18438e.tar.gz archiva-6397c4184ff4dd610471e8cee23bd18a5b18438e.zip |
[MRM-688] s/APP_BASE/ARCHIVA_BASE/
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@642876 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-docs/src')
-rw-r--r-- | archiva-docs/src/site/apt/adminguide/standalone.apt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/archiva-docs/src/site/apt/adminguide/standalone.apt b/archiva-docs/src/site/apt/adminguide/standalone.apt index c506b01f8..0807e3915 100644 --- a/archiva-docs/src/site/apt/adminguide/standalone.apt +++ b/archiva-docs/src/site/apt/adminguide/standalone.apt @@ -50,7 +50,7 @@ Installing Standalone Distribution of Apache Archiva [[2]] Copy the configuration files from the Archiva installation (eg <<</opt/archiva-1.0/conf>>> to the new location (eg. <<</var/archiva/conf>>>). If you've previously run Archiva, you may need to edit <<<conf/archiva.xml>>> to change the location of the repositories - [[3]] Set the environment variable <<<APP_BASE>>> to the data location (eg. <<</var/archiva>>>). In bash, be sure to export the variable. + [[3]] Set the environment variable <<<ARCHIVA_BASE>>> to the data location (eg. <<</var/archiva>>>). In bash, be sure to export the variable. [[4]] Start Archiva standalone as described above from the installation location @@ -60,7 +60,7 @@ Installing Standalone Distribution of Apache Archiva * <<<~/.m2/archiva.xml>>> - * <<<$APP_BASE/conf/archiva.xml>>> + * <<<$ARCHIVA_BASE/conf/archiva.xml>>> * <<<conf/archiva.xml>>> in the Archiva installation @@ -68,7 +68,7 @@ Installing Standalone Distribution of Apache Archiva * If <<<~/.m2/archiva.xml>>> exists, it is saved there - * Otherwise, it is saved to <<<$APP_BASE/conf/archiva.xml>>>, regardless of whether it previously existed. + * Otherwise, it is saved to <<<$ARCHIVA_BASE/conf/archiva.xml>>>, regardless of whether it previously existed. The configuration will never be saved in the Archiva installation directory if you are using a separate base directory. |