Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This top level node intends to hold all system administration aspects of DSpace including but not limited to:

  • Installation

  • Upgrading
  • Troubleshooting system errors
  • Managing Dependencies

In this context System administration is defined as all technical tasks required to get DSpace in a state in which it operates properly so its behaviour is predictable and can be used according to all the guidelines under "Using DSpace".

Introduction to DSpace System Administration

DSpace operates on several levels: as a Java servlet (in a servlet container like Tomcat), cron jobs, and on-demand operations. This section explains many of the on-demand operations. Some of the command operations may be also set up as cron jobs. Many of these operations are performed at the Command Line Interface (CLI) also known as the Unix prompt ($). Future references will use the term CLI when a command needs to be run at the command line.

...