Posts

Showing posts with the label Dspace

Dspace Statistics Report Generate

 Dspace Statistics Report Generate Change the directory cd {dspace-DIR} /bin/ Ex. cd /dspace/bin Run the below commands one by one  ./dspace index-discovery -b ./dspace stat-initial ./dspace stat-report-initial ./dspace stat-general ./dspace stat-monthly ./dspace stat-report-monthly ./dspace stat-report-general Then log in to your dspace ( http://localhost:8080 ) go to statistics to view the all report.

Dspace 7.6 Installation Latest Version

Image
  Dspace 7.6 Installation We use Debian 11 (Bull Eye) Ubuntu 20.04 LTS and 22.04 LTS to install DSpace 7. Update the operating system. Apply the following commands one by one to receive new updates. It makes the system new. sudo apt update && sudo apt upgrade -y Create a DSpace user from the terminal after the installation. Here are the commands to create the  DSpace user; sudo useradd -m dspace sudo passwd dspace [enter a password for the new user dspace] Add dspace user to sudoers group sudo usermod -aG sudo dspace  Create the directory for the DSpace installation. sudo mkdir /dspace Change the dspace folder permission to the dspace user. sudo chown dspace /dspace Build the Installation Package Install packages to support the Dspace installation. sudo apt install wget curl git build-essential mousepad zip unzip -y Install Open JDK The JDK is a development environment for building applications, applets, and components using the Java programming language. JDK prepares an enviro

Restrict access to logged-in users only in Dspace

 Restrict access to logged-in users only in Dspace 1. Login as an Admin 2. Edit the Item or Community 3. Click on "Authorizations..." button (on the Right-Side Item Status tab) 4. Find the Bitstream (File) access policy and click on the "ID" column. (for Community Restriction add E-people or E-Group in READ Access only.) 5. Change the Group from "Anonymous" (which means anyone can access it) to a different Group 6. Save the changes

Dspace 7.5 Latest Installation on Ubuntu 20.04 LTS

Image
Dspace 7.5 Installation We use Debian 11 (Bull Eye) Ubuntu 20.04 LTS and 22.04 LTS to install DSpace 7. Update the operating system. Apply the following commands one by one to receive new updates. It makes the system new. sudo apt update && sudo apt upgrade -y Create a DSpace user from the terminal after the installation. Here are the commands to create the  DSpace user; sudo useradd -m dspace sudo passwd dspace [enter a password for the new user dspace] Add dspace user to sudoers group sudo usermod -aG sudo dspace  Create the directory for the DSpace installation. sudo mkdir /dspace Change the dspace folder permission to the dspace user. sudo chown dspace /dspace Build the Installation Package Install packages to support the Dspace installation. sudo apt install wget curl git build-essential mousepad zip unzip -y Install Open JDK The JDK is a development environment for building applications, applets, and components using the Java programming language. JDK prepares an environm

Total views