Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 516 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 516 Bytes

DataSpace JSPUI Theme

CircleCI

DataSpace JSP-UI theme for DSpace 5.x installations.

Building the theme

Downloading the DSpace source

cd dspace-parent
wget "https://github.com/DSpace/DSpace/releases/download/dspace-5.5/dspace-5.5-src-release.zip"
unzip dspace-5.5-src-release.zip
cd -

Installing the Maven dependencies

mvn dependency:go-offline
mvn package