This tutorial will guide you through the process of installing ArchivesSpace on Ubuntu Server.
Before you begin, make sure you have the following:
.zip
file..zip
file to your Ubuntu Server (you can use scp
command to transfer the file to your server)./opt
directory using the command below:sudo unzip archivesspace-vX.X.X.zip -d /opt
sudo apt-get update
sudo apt-get install postgresql postgresql-contrib
sudo -u postgres createuser archivesspace -P
sudo -u postgres createdb -O archivesspace archivesspace
sudo cp /opt/archivesspace/config/config-template.rb /opt/archivesspace/config/config.rb
sudo nano /opt/archivesspace/config/config.rb
AppConfig[:backend_url]
: set this to postgres://archivesspace:password@localhost:5432/archivesspace
where password
is the password that you set for the archivesspace
user during PostgreSQL installation.AppConfig[:public_url_root]
: set this to the URL where you will access ArchivesSpace. Example: http://example.com:8080/
AppConfig[:solr_url]
: set this to http://localhost:8983/solr/archivesspace
CTRL + X
, followed by y
and ENTER
.cd /opt/archivesspace
sudo scripts/setup.sh
sudo /opt/archivesspace/archivesspace.sh start
AppConfig[:public_url_root]
in step 3.In this tutorial, you learned how to install ArchivesSpace on Ubuntu Server. Now you can start exploring ArchivesSpace to manage your archives efficiently.
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!