Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info

This page contains information about how demo.dspace.org server is setup/configured. This demo.dspace.org server is managed jointly by the DSpace Committer Team. Any Committer can request server access.

If major issues occur or something needs to be installed requiring root access, contact Tim Donohue or "sysadmin AT duraspace DOT org"

Table of Contents
minLevel2
outlinetrue
stylenone

...

  • The 'dspace' user has FULL 'sudo' access on system.
  • The 'dspace' user's ~/bin/ includes various useful scripts

Who to Contact

Only a DuraSpace LYRASIS employee can do the following:

  • Recreate the server (using Puppet scripts). NOTE: The instructions for recreating the server are in the https://github.com/DSpace-Labs/puppet-dspace-demo repository README
  • Upgrade Ubuntu to next version of Ubuntu
  • Create Snapshots of server volumes and restore server based on one of those Snapshots

Contact sysadmin@duraspace.org or Contact Tim Donohue if you need any of these tasks performed.

...

Code Block
cd ~/dspace-src/
git commit [file]

# OR, to commit all changed files
git commit -a

# Push those changes up to GitHub!
git push origin demo

...


DSpace Tweaks (for Demo site)

...