3.2. Downloading the LOCKSS Installer
Section Summary
This section describes how to download the LOCKSS Installer with the LOCKSS Downloader.
Note
Commands in this section are run as the lockss user [1].
3.2.1. LOCKSS Installer Directory
The LOCKSS Installer Directory is the directory into which the LOCKSS Installer is downloaded and stored. Many commands in this manual, such as those to configure, start and stop the LOCKSS system, are relative to the LOCKSS Installer Directory, meaning you need to navigate to it at the console using cd before issuing the relevant command.
3.2.2. Default LOCKSS Installer Directory
The default LOCKSS Installer Directory is ${HOME}/lockss-installer (meaning /home/lockss/lockss-installer on most Linux systems).
You can override this default by using the LOCKSS Downloader's --download-dir option to set a Custom LOCKSS Installer Directory.
3.2.3. Running the LOCKSS Downloader
To download the LOCKSS Installer, you will use Curl or Wget [2] to invoke the LOCKSS Downloader [3], whose default action is to download the LOCKSS Installer.
As the lockss user [1], run this Curl or Wget command [2]:
curl -sSfL https://lockss.org/downloader | sh -s -
wget -qO- https://lockss.org/downloader | sh -s -
This will download the LOCKSS Installer into the Default LOCKSS Installer Directory.
Tip
Footnotes