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

From Libopedia
Jump to navigation Jump to search
(Created page with "==Step 1. Login to the remote server== On your client PC with the [http://www.ubuntu.sun.ac.za/wiki/index.php/Installation Ubuntu desktop installed], open a command line terminal...")
 
Line 1: Line 1:
 
==Step 1. Login to the remote server==
 
==Step 1. Login to the remote server==
 
On your client PC with the [http://www.ubuntu.sun.ac.za/wiki/index.php/Installation Ubuntu desktop installed], open a command line terminal by typing the following:
 
On your client PC with the [http://www.ubuntu.sun.ac.za/wiki/index.php/Installation Ubuntu desktop installed], open a command line terminal by typing the following:
  '''CTL+ALT+t'''
+
  CTL+ALT+t
  
 
Login to your remote server as the "dspace" user by typing as follows in the terminal.
 
Login to your remote server as the "dspace" user by typing as follows in the terminal.
  
  '''ssh dspace@%hostname%'''
+
  ssh dspace@%hostname%
 
Replace %hostname% with the [[SUNScholar/Install_Ubuntu#Hostname_selection|hostname of your server]].
 
Replace %hostname% with the [[SUNScholar/Install_Ubuntu#Hostname_selection|hostname of your server]].
 +
 +
'''[[SUNScholar/Install Dspace/S02|Proceed to the next step]]'''

Revision as of 10:51, 3 August 2012

Step 1. Login to the remote server

On your client PC with the Ubuntu desktop installed, open a command line terminal by typing the following:

CTL+ALT+t

Login to your remote server as the "dspace" user by typing as follows in the terminal.

ssh dspace@%hostname%

Replace %hostname% with the hostname of your server.

Proceed to the next step