InvenioRDM is an open-source research data management tool that is designed to help researchers organize, share, and preserve their data. In this tutorial, we will guide you to install InvenioRDM on Linux Mint latest.
Before we start, ensure that you have the following prerequisites:
Here are the steps to install InvenioRDM:
To update your Linux Mint, open your terminal and run the following command:
sudo apt-get update && sudo apt-get upgrade -y
InvenioRDM requires some packages to be installed. To install them, run the following command:
sudo apt-get install build-essential curl git libffi-dev libjpeg-dev libpq-dev libssl-dev libxml2-dev libxslt1-dev zlib1g-dev
To install Python 3 and pip, run the following command:
sudo apt-get install python3 python3-dev python3-pip -y
Virtualenv is a tool used to create isolated Python environments. InvenioRDM requires a virtual environment to be created. To install virtualenv, run the following command:
sudo apt-get install -y python3-venv
To create a virtual environment, navigate to your home directory and run the following commands:
cd ~
python3 -m venv invenio-rdm-env
This will create a virtual environment with the name 'invenio-rdm-env'.
To activate the virtual environment, run the following command:
source ~/invenio-rdm-env/bin/activate
To install InvenioRDM, run the following commands:
pip install invenio-cli invenio-admin invenio-rdm-records
inveniomanage collecitons create
To run InvenioRDM, run the following command:
invenio run --cert
You can now access InvenioRDM using your web browser by navigating to https://localhost:5000. You will see a security warning because of the self-signed certificate. Ignore the warning and proceed to the site.
InvenioRDM is an excellent research data management tool that helps researchers to organize, share, and preserve their data. By following this tutorial, you have installed InvenioRDM on Linux Mint latest. Good luck!
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!