Archivematica is a free and open-source digital preservation system that is used for processing and preserving digital records. In this tutorial, we will be installing Archivematica on Ubuntu Server Latest.
Before starting with the Archivematica installation, make sure you have the following prerequisites:
To start, it is important to keep the system updated with the latest software packages. Run the following command to update the package lists:
sudo apt-get update
Archivematica requires certain packages to be installed on the server. Run the following command to install those packages:
sudo apt-get install unzip wget curl git default-jdk apt-transport-https apt-utils gnupg2
To install Archivematica, we need to add the Archivematica repository using the following command:
echo "deb [arch=amd64] http://packages.archivematica.org/1.12.x/ubuntu $(lsb_release -cs) main" | sudo tee /etc/apt/sources.list.d/archivematica.list
Run the following commands in the terminal to install the Archivematica key:
sudo wget -qO - http://packages.archivematica.org/1.12.x/key.asc | sudo apt-key add -
Now, update the system and install Archivematica using the following commands:
sudo apt-get update
sudo apt-get install archivematica-storage-service archivematica-dashboard archivematica-mcp-server archivematica-mcp-client archivematica-common archivematica-doc-mcp archivematica-doc-mcp-client
After installing the Archivematica packages, we need to start the services. Run the following command to start the services:
sudo systemctl start archivematica-storage-service archivematica-mcp-server archivematica-mcp-client
To check the status of the Archivematica services, run the following command:
sudo systemctl status archivematica-storage-service archivematica-mcp-server archivematica-mcp-client
This command will display the status of the Archivematica services as either active or inactive.
You have successfully installed Archivematica on Ubuntu Server Latest. You can now upload digital records to the system, process them, and preserve them for future use.
If you want to self-host in an easy, hands free way, need an external IP address, or simply want your data in your own hands, give IPv6.rs a try!
Alternatively, for the best virtual desktop, try Shells!