SUNScholar/Install DSpace/S09

From Libopedia
Jump to navigation Jump to search
NEXT - STEP 10

Step 9: Perform system tests

Database Test

Type the following in a terminal:

cd
sudo $HOME/bin/dspace database test

PLEASE NOTE: This command changed with the release of DSpace versions =>5.X. The previous command was: test database.

Example Output
Attempting to connect to database: 
 - URL: jdbc:postgresql://localhost:5432/dspace
 - Driver: org.postgresql.Driver
 - Username: XXXXXXX
 - Password: XXXXXXX
 - Schema: null

Testing connection...
Connected successfully!

Email Test

Type the following in a terminal:

cd
sudo $HOME/bin/dspace test-email

Check your DSpace admin email account to see if you received a message.

Example Output
About to send test email:
 - To: XXXXXX@XXX.XX.XX
 - Subject: DSpace test email
 - Server: mail.sun.ac.za

Email sent successfully!
PREVIOUS - STEP 8