Difference between revisions of "SUNScholar/Install DSpace/S07"
Jump to navigation
Jump to search
m |
m |
||
| Line 5: | Line 5: | ||
==Step 7. *** Create the DSpace super-admin user ***== | ==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. | 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: | Type the following as the "dspace" user: | ||
cd | cd | ||
| Line 11: | Line 11: | ||
sudo service tomcat7 stop | sudo service tomcat7 stop | ||
| + | ===Step 7.2=== | ||
| + | Then create the account; | ||
$HOME/bin/dspace create-administrator | $HOME/bin/dspace create-administrator | ||
Fill in all the details when prompted and keep the credentials a secret. See example activation below. | Fill in all the details when prompted and keep the credentials a secret. See example activation below. | ||
| Line 33: | Line 35: | ||
You decide. | You decide. | ||
| + | ===Step 7.3 - Start the Tomcat server=== | ||
| + | Type the following as the "dspace" user: | ||
| + | cd | ||
| + | sudo service tomcat7 stop | ||
<center> | <center> | ||
'''[[SUNScholar/Install DSpace/S06|PREVIOUS - STEP 6]]''' | '''[[SUNScholar/Install DSpace/S06|PREVIOUS - STEP 6]]''' | ||
Revision as of 10:55, 15 June 2016
NEXT - STEP 8
Contents
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
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 stop
PREVIOUS - STEP 6