Skip to content
forked from umd-lib/DSpace

Digital Repository at the University of Maryland (DRUM)

License

Unknown, Apache-2.0 licenses found

Licenses found

Unknown
LICENSE
Apache-2.0
DRUM-LICENSE.md
Notifications You must be signed in to change notification settings

mohideen/DSpace

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Digital Repository at the University of Maryland (DRUM)

Home: http://drum.lib.umd.edu/

See http://drum.lib.umd.edu/help/about_drum.jsp for more information.

Documentation

The original DSpace documentation:

Installation

Instructions for installing in UMD Libraries development environments (Mac OS X):

Important: Until the upcoming DSpace 7 upgrade, we will be using Java 7 for both the maven build (local) and ant deployment (server). Set your JAVA_HOME and PATH environment variables to run maven build using Java 7.

# Build the base modules and overlay modules (Slower)
# Full build is only required after a version change (checking out a different version
# or a local project version change)
cd /apps/git/drum
mvn clean install

# Build only the overlay modules (Faster)
# Can be run only after a full build is done at least once after a version change.
cd /apps/git/drum/dspace
mvn install

Deployment

The dspace-installer directory that contains all the artifacts and the ant script to perform the deployment. The installer-dist maven profile creates a tar file of the installer directory which can be pushed to the UMD nexus by using the deploy-release or deploy-snapshot profile.

# Switch to the dspace directory
cd /apps/git/drum/dspace

# Deploy a snapshot version to nexus
# (use this profile if the current project version is a SNAPSHOT version)
mvn -P installer-dist,deploy-snapshot

# Deploy a release version to nexus
mvn -P installer-dist,deploy-release

NOTE: For the Nexus deployment to succeed, the nexus server, username and password needs to be configured in the .m2/setting.xml and a prior successful mvn install.

Features

License

See the DRUM-LICENSE file for license rights and limitations (Apache 2.0). This lincense only governs the part of code base developed at UMD. The DSpace license can be found at https://github.com/DSpace/DSpace

About

Digital Repository at the University of Maryland (DRUM)

Resources

License

Unknown, Apache-2.0 licenses found

Licenses found

Unknown
LICENSE
Apache-2.0
DRUM-LICENSE.md

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 74.6%
  • HTML 9.8%
  • XSLT 8.6%
  • JavaScript 3.7%
  • CSS 1.4%
  • TSQL 0.7%
  • Other 1.2%