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:
Open terminal in Ubuntu.
issue the below commands:
Login MySQL using mysql -u root -p CREATE USER 'superuser'@'localhost' IDENTIFIED BY 'password'; GRANT ALL PRIVILEGE...
No comments:
Post a Comment