Wednesday, January 8, 2014

Latest Release DSpace 4.0

DSpace 4.0 can be downloaded from the files area in SourceForge (Zip) or viaGitHub (dspace-4.0 tag).  Release documentation is available at DSpace 4.x Documentation.
DSpace 4 is the latest major release offering many new features, bug fixes and improvements. We encourage users to upgrade to 4.x.

New Features and Improvements

General:
JSPUI Specific:
XMLUI Specific:
For much more information on each of these features or improvements, please visit our 4.0 Release Notes.

No comments:

Create Superuser in Mysql

Login MySQL using mysql -u root -p CREATE USER 'superuser'@'localhost' IDENTIFIED BY 'password'; GRANT ALL PRIVILEGE...