Install Dspace 7.6 on Ubuntu 22.04 LTS Prerequisite software: i ) Java JDK ii ) Apache Maven iii ) Apache Ant iv ) Apache Tomcat v ) PostgreSQL vi ) Solr vii ) Dspace 7.6 – backend viii ) Dspace-angular 7.6 – frontend ix ) Node.js x ) Node Version Manager ( NVM ) xi ) Yarn xii ) nano ( text editor software ) Note: It is highly recommended to install Dspace7 on fresh installed Linux-based operating system. It may not be compatible with the Virtual box platform. ( Note the red mark lines are the commands that need to be executed on the terminal ) Open the terminal by pressing (Ctrl+Alt+T) or go to Applications > Accessories > Terminal and select it for executing the below command. First update and upgrade your package system sudo apt update && sudo apt upgrade -y Create a Dspace user with password sudo useradd -m dspace sudo passwd dspace [Give password, for ex. “dspace”] Add dspace u...
Chatarreria Informatica