Skip to content

Instantly share code, notes, and snippets.

@nanusdad
Created May 17, 2025 07:47
Show Gist options
  • Save nanusdad/6cec0404ecdea5afb3e4a19bdd94bc60 to your computer and use it in GitHub Desktop.
Save nanusdad/6cec0404ecdea5afb3e4a19bdd94bc60 to your computer and use it in GitHub Desktop.
Dspace 8 - handy reference

DSpace 8 - handy reference

Managing backend service

sudo systemctl stop dspace-backend.service 
sudo systemctl start dspace-backend.service
sudo systemctl status dspace-backend.service

Managing UI (run as the user)

pm2 status
pm2 restart
pm2 restart all

Log files

  • /opt/dspace-8/server/logs/dspace.log

Config files

server config

  • /opt/dspace-8/server/config/local.cfg

ui config

  • /opt/dspace-8/client/config/config.prod.yml

Adding dspace user from command line

cd /opt/dspace-8/bin
./dspace user --add --givenname John --surname Doe --email [email protected] --password VerySecretive#$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment