This content has been moved to https://hyperlink.co.ke/2023/11/03/install-dspace-7-6-on-ubuntu-22-04/
Last active
November 27, 2023 21:19
-
-
Save otuoma/4b2b23a6358cae99bd437e7a1492ade1 to your computer and use it in GitHub Desktop.
INSTALL DSPACE 7 ON UBUNTU 22.04
Hello i have Dspace Back and Front-end already installed.
At this point i need to customize the logo and the main banner.
I followed lyrasis instructions: https://wiki.lyrasis.org/display/DSDOC7x/User+Interface+Customization
but i cant, i am stuck.
I hope you could help me. Thank you.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is a good installation guide. I managed to install the newest DSpace 7.4 using it. However, there were two issues:
/var/solr/data
instead of/opt/solr/server/solr/configsets/
by default.tomcat
by default. One shouldsystemctl edit --full tomcat9.service
and add the lineReadWritePaths=/opt/dspace-7/
. If you setassetstore.dir = ${dspace.dir}/assetstore
inlocal.cfg
, thenchown tomcat:tomcat /opt/dspace-7/assetstore
to assure proper permissions.