Difference between revisions of "SUNScholar/Install DSpace/S07"

From Libopedia
Jump to navigation Jump to search
 
(45 intermediate revisions by the same user not shown)
Line 1: Line 1:
==Step 7. *** Create the DSpace admin user ***==
+
<center>
If you get a "build successful" message from the previous step, then add an admin user for your DSpace installation as follows:
+
'''[[SUNScholar/Install DSpace/S08|NEXT - STEP 8]]'''
/home/dspace/bin/dspace create-administrator
+
</center>
Fill in all the details when prompted and keep the credentials a secret.
+
{{Tomcat7}}
 +
==Step 7. *** Create the DSpace super-admin user ***==
 +
If you get a "build successful" message from the previous step, then add an admin user for your DSpace installation.
 +
===Step 7.1 - Stop the Tomcat server===
 +
Type the following as the "dspace" user:
 +
cd
  
 +
sudo service tomcat7 stop
 +
 +
===Step 7.2 - Create the account===
 +
Then create the account;
 +
$HOME/bin/dspace create-administrator
 +
Fill in all the details when prompted and keep the credentials a secret. See example activation below.
 +
;<font color="red"><big>*** Do not let any unauthorised persons have access to your DSpace super-admin account. ***</big></font>'''
 +
 +
;<font color="red"><big>*** WARNING: Your admin password might be displayed on the screen. Be careful! ***</big></font>
 
<pre>
 
<pre>
 
Creating an initial administrator account
 
Creating an initial administrator account
Line 10: Line 24:
 
Last name: Gibson
 
Last name: Gibson
 
WARNING: Password will appear on-screen.
 
WARNING: Password will appear on-screen.
Password: dspace
+
Password: XXXXXXXX
Again to confirm: dspace
+
Again to confirm: XXXXXXXX
 
Is the above data correct? (y or n): y
 
Is the above data correct? (y or n): y
 
Administrator account created
 
Administrator account created
 
</pre>
 
</pre>
  
This is what should happen. Change the %emailaddress% to your email address.
+
This is what should happen.
 +
 
 +
Change the '''%emailaddress%''' to the email address of the "system admin" or "repository manager" or "scholarly communications director".
 +
 
 +
You decide.
  
'''<font color="red">*** Do not let any unauthorised persons have access to your DSpace admin account. ***</font>'''
+
===Step 7.3 - Start the Tomcat server===
 +
Type the following as the "dspace" user:
 +
cd
  
  '''[[SUNScholar/Install Dspace/S08|Proceed to the next step]]'''
+
sudo service tomcat7 start
 +
===Bug Report===
 +
If you have problems, please check the following;
 +
https://jira.duraspace.org/browse/DS-2408
 +
<center>
 +
  '''[[SUNScholar/Install DSpace/S06|PREVIOUS - STEP 6]]'''
 +
</center>
 +
[[Category:Installation]]
 +
__NOTOC__

Latest revision as of 16:03, 16 June 2016

NEXT - STEP 8
When using the Ubuntu 16.04 LTS server change all instances of tomcat to tomcat8.
When using the Ubuntu 14.04 LTS server change all instances of tomcat to tomcat7.
When using the Ubuntu 12.04 LTS server change all instances of tomcat to tomcat6.

Step 7. *** Create the DSpace super-admin user ***

If you get a "build successful" message from the previous step, then add an admin user for your DSpace installation.

Step 7.1 - Stop the Tomcat server

Type the following as the "dspace" user:

cd
sudo service tomcat7 stop

Step 7.2 - Create the account

Then create the account;

$HOME/bin/dspace create-administrator

Fill in all the details when prompted and keep the credentials a secret. See example activation below.

*** Do not let any unauthorised persons have access to your DSpace super-admin account. ***
*** WARNING: Your admin password might be displayed on the screen. Be careful! ***
Creating an initial administrator account
E-mail address: %emailaddress%
First name: Hilton
Last name: Gibson
WARNING: Password will appear on-screen.
Password: XXXXXXXX
Again to confirm: XXXXXXXX
Is the above data correct? (y or n): y
Administrator account created

This is what should happen.

Change the %emailaddress% to the email address of the "system admin" or "repository manager" or "scholarly communications director".

You decide.

Step 7.3 - Start the Tomcat server

Type the following as the "dspace" user:

cd
sudo service tomcat7 start

Bug Report

If you have problems, please check the following;

https://jira.duraspace.org/browse/DS-2408
PREVIOUS - STEP 6