Difference between revisions of "Administrator manual"

From Archivematica
Jump to navigation Jump to search
 
(36 intermediate revisions by 4 users not shown)
Line 1: Line 1:
[[Main Page]] > [[Development]] > Administrator Manual
+
[[Main Page]] > [[Documentation]] > Administrator Manual
 +
=All administrator documentation from Archivematica 1.2.0 and Storage Service 0.4.0 forward has moved to [http://www.archivematica.org archivematica.org]=
  
 +
== Previous versions ==
  
=Installation=
+
* Archivematica 1.2 [[Administrator manual 1.2|Administrator manual]]
* [[Installation|Instructions for installing the latest build of Archivematica on your server]]
+
* Archivematica 1.1 [[Administrator manual 1.1|Administrator manual]]
 
+
* Archivematica 1.0 [[Administrator manual 1.0|Administrator manual]]
=Upgrading=
+
* Archivematica 0.10-beta [[Administrator manual 0.10|Administrator manual]]
* Currently, Archivematica does not support upgrading from one version to the next. A re-install is required.
+
* Archivematica 0.9-beta [[Administrator manual 0.9|Administrator manual]]
 
 
=Users=
 
==User Managment==
 
When you first install archivematica and visit the dashboard (http://localhost)
 
[[https://www.archivematica.org/wiki/Administrator_manual#Users_2|see below]]
 
 
 
==User manual==
 
* [[User_Manual|Instructions importing of data into Archivematica]]
 
 
 
=Dashboard administration tab=
 
http://localhost/administration/processing/
 
==Atom DIP upload==
 
 
 
==ContentDM DIP upload==
 
==Transfer source directories==
 
==Processing Configuration==
 
This is the defaul 'processingMCP.xml' that is included, in the root directory, when processing a SIP or Transfer. If a SIP or transfer is submitted with a 'processingMCP.xml' file processing decisions will be made with the included file. Pre-configured choices made here, are based off the choices that appear in the dashboard.
 
 
 
The format is:
 
<pre>
 
        <preconfiguredChoice>
 
            <appliesTo>Workflow decision - send transfer to quarantine</appliesTo>
 
            <goToChain>Skip quarantine</goToChain>
 
        </preconfiguredChoice>
 
</pre>
 
Where appliesTo is the name of the job presented in the dashboard, and goToChain is the desired selection. Note: these are case sensitive.
 
==Users==
 
 
 
=[[Importing]]=
 
* [[User_Manual|See user manual]]
 
* Also note the ability to include a processingMCP.xml file [[Administrator_manual#Processing_Configuration|See dashboard.]]
 
 
 
=Customization=
 
* Workflow processing decisions can be made in the processingMCP.xml file. [https://www.archivematica.org/wiki/Administrator_manual#Processing_Configuration See here.]
 
* Workflows are currently created at the development level. [[MCP|See MCP for more details.]]
 
* Normalization commands can be viewed in the presveration planning tab.
 
* Normalization paths and commands are currently edited/created at the development level. [[Transcoder|See transcoder for more details.]]
 
 
 
=[[Data backup]]=
 
* How to protect your data from disaster.
 
 
 
=Security=
 
* We highly recomend chaning the default passwords.
 
[LIST OF DEFAULT PASSWORD LOCATIONS]
 
* Archivematica does not presently support secured sockets. See Issue 990, Issue 690 Because of this, it's highly recommended to run Archivematica on a secure, isolated network.
 
 
 
=Questions=
 
==Frequently asked questions==
 
* [[AM_FAQ|Solutions to common questions]]
 
 
 
==Discussion Group==
 
* [http://groups.google.com/group/archivematica?hl=en For questions not on the FAQ]
 

Latest revision as of 15:53, 6 February 2015

Main Page > Documentation > Administrator Manual

All administrator documentation from Archivematica 1.2.0 and Storage Service 0.4.0 forward has moved to archivematica.org[edit]

Previous versions[edit]