move the old configuration documentation

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@597534 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Porter 2007-11-23 03:49:56 +00:00
parent 508821e166
commit 59f1163fbd
5 changed files with 25 additions and 72 deletions

View File

@ -10,6 +10,26 @@ Installing Standalone Distribution of Apache Archiva
~~TODO: ensure to refer to advanced configuration options, such as PLEXUS_BASE
~~TODO: upgrading
Archiva's configuration is loaded from the following files, in order of most precedent:
* <<<~/.m2/archiva.xml>>>
* <<<$ARCHIVA_BASE/conf/archiva.xml>>>
* <<<$ARCHIVA_HOME/conf/archiva.xml>>>
When Archiva saves it's configuration, all configuration is stored to a single file. The file chosen is by the following rules:
* If <<<~/.m2/archiva.xml>>> exists, it is saved there
* Otherwise, it is saved to <<<$ARCHIVA_BASE/conf/archiva.xml>>>, regardless of whether it previously existed.
The configuration will never be saved in <<<$ARCHIVA_HOME>>>.
Note that the configuration can be edited, but only when Archiva is not running as it will not reload a changed configuration file, and will save over it
if something is changed in the web interface.
{Upgrading Archiva}
...

View File

@ -77,5 +77,5 @@ Upgrading Archiva
Configuring and Running Archiva
Once Archiva is running, it is configured in the same way as the standalone instance. See the {{{../quick-start.html#Configuring%20and%20Running%20Archiva} quick start}} guide for more information.
Once Archiva is running, it is configured in the same way as the standalone instance. See the {{{../quick-start.html#Setting%20up%20your%20Archiva%20instance} quick start}} guide for more information.

View File

@ -1,63 +0,0 @@
------
Archiva Configuration
------
The Maven Team
------
8 March 2007
------
~~ Licensed to the Apache Software Foundation (ASF) under one
~~ or more contributor license agreements. See the NOTICE file
~~ distributed with this work for additional information
~~ regarding copyright ownership. The ASF licenses this file
~~ to you under the Apache License, Version 2.0 (the
~~ "License"); you may not use this file except in compliance
~~ with the License. You may obtain a copy of the License at
~~
~~ http://www.apache.org/licenses/LICENSE-2.0
~~
~~ Unless required by applicable law or agreed to in writing,
~~ software distributed under the License is distributed on an
~~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
~~ KIND, either express or implied. See the License for the
~~ specific language governing permissions and limitations
~~ under the License.
~~ NOTE: For help with the syntax of this file, see:
~~ http://maven.apache.org/guides/mini/guide-apt-format.html
Archiva Configuration
* Web Configuration
Archiva can be fully configured from the web interface (with the exception of the {{{security-configuration.html} security properties, presently}}).
...
~~TODO: more details needed, but I wanted to get this started
* File system configuration
While Archiva can be fully configred by the web interface, the configuration will be saved to the file system and can be edited from there if needed.
Archiva's configuration is loaded from the following files, in order of most precedent:
* <<<~/.m2/archiva.xml>>>
* <<<$ARCHIVA_BASE/conf/archiva.xml>>>
* <<<$ARCHIVA_HOME/conf/archiva.xml>>>
When Archiva saves it's configuration, all configuration is stored to a single file. The file chosen is by the following rules:
* If <<<~/.m2/archiva.xml>>> exists, it is saved there
* Otherwise, it is saved to <<<$ARCHIVA_BASE/conf/archiva.xml>>>, regardless of whether it previously existed.
The configuration will never be saved in <<<$ARCHIVA_HOME>>>.
Note that the configuration can be edited, but only when Archiva is not running as it will not reload a changed configuration file, and will save over it
if something is changed in the web interface.
~~TODO: format?

View File

@ -44,15 +44,12 @@ Installing Archiva
Archiva is now running on <<<http://localhost:8080/archiva/>>>
Setting up your Archiva instance
{Setting up your Archiva instance}
You can now browse the web administration of Archiva. There will be a few basic setup tasks to get started.
* On the first page - setup your administration user. The password requires a numerical character and must not be
The first step is to setup your administration user. The password requires a numerical character and must not be
longer than 8 chars. You'll then need to log in. User 'admin' as the username and the password you've entered.
* On the second page - setup your first repository. It can be both an m1 and an m2 repository.
* On the third page - setup your indexing. Mostly this means choosing a directory to put the index in. It'll
re-index every hour.
~~TODO...

View File

@ -75,7 +75,6 @@
<item name="FAQ" href="http://docs.codehaus.org/display/MAVENUSER/Archiva+FAQ"/>
<item name="Maven Configuration" href="/guides/maven-configuration.html"/>
<item name="Security Configuration" href="/guides/security-configuration.html"/>
<item name="Other Configuration" href="/guides/configuration.html"/>
<item name="Hacking Archiva" href="/hacking/index.html"/>
</menu>
</body>