Installing EPrints on Debian/Ubuntu
Requirements Here are the procedures to install EPrints 3.4.x on Ubuntu 16.04 LTS. Ubuntu 18.04 LTS Ubuntu 20.04 LTS or Debian 9 (Stretch) or 10 EPrints wrote on PERL. Installation requirements are Linux (Debian/Ubuntu/Red Hat), MySQL and Apache. Here is the step by step instructions; 1. root user sudo su 2. Update the Ubuntu apt update apt upgrade 3. Install a simple and lightweight text editor apt install leafpad or apt-get install gedit 4. Add the EPrints repository to Ubuntu. Open the sources list file, leafpad /etc/apt/sources.list or gedit /etc/apt/sources.list Copy and paste the following lines into the bottom of the file, #EPrints repository deb http://deb.eprints.org/stable ./ Save and close the file. Add EPrints repository key, wget -O - http://deb.eprints.org/keyFile | apt-key add - Update the repository index, apt update 5. Install EPrints apt install eprints The installation process will ask to create Roo...