Archivematica is an open-source software suite for digital preservation that enables easy creation, storage, and sharing of digital content. This tutorial will guide you through the process of installing Archivematica on OpenSUSE Latest.
Before proceeding with the installation of Archivematica, ensure that you have the following prerequisites in place:
sudo zypper update
sudo zypper install apache2 mysql-server php7 php7-mysqlnd php7-mbstring php7-imagick imagemagick ghostscript unzip wget tar
Download the latest version of Archivematica from https://www.archivematica.org/en/docs/archivematica-latest-release-notes/#installing-download.
Extract the downloaded file by running the following command:
tar -xvf archivematica-x.xx.x.tar.gz
sudo mv archivematica-x.xx.x /var/www/html/archivematica
sudo chown -R wwwrun:www /var/www/html/archivematica
sudo chmod -R 755 /var/www/html/archivematica
sudo nano /etc/apache2/vhosts.d/archivematica.conf
<VirtualHost *:80>
ServerAdmin admin@example.com
DocumentRoot /var/www/html/archivematica
ServerName domain_name_or_ip_address
<Directory /var/www/html/archivematica>
AllowOverride All
Require all granted
</Directory>
ErrorLog /var/log/apache2/archivematica_error.log
CustomLog /var/log/apache2/archivematica_access.log combined
</VirtualHost>
Replace admin@example.com
, domain_name_or_ip_address
with your desired values, then save and close the file.
sudo a2ensite archivematica.conf
sudo systemctl restart apache2
/archivematica
to your server domain name or IP address. For example, http://example.com/archivematica
.Congratulations, you have successfully installed Archivematica on OpenSUSE Latest. You can now begin using this powerful digital preservation tool!
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!