Thursday, October 17, 2019

Creating New Users in DSpace

If you have not configured email with DSpace, then you can create User in DSpace using bellow command line:

Open terminal in Ubuntu.

issue the below commands:

/home/dspace/bin/dspace user --add --email youremilID -g FirstName -s LastName --password yourpassword


No comments:

How to migrate Linux Dspace to Window 10

Take a backup of Dspace database and folder s Assume the version is same with both OS [I have tested DSpace 6.3] sudo su mkdir dspace_backup...