Difference between revisions of "SUNScholar/Prepare Ubuntu/S01"
Jump to navigation
Jump to search
| Line 9: | Line 9: | ||
*http://www.putty.org | *http://www.putty.org | ||
*http://winscp.net | *http://winscp.net | ||
| − | Start PuTTy. A dialog will open. | + | Start PuTTy. A dialog will open. Login in as the '''dspace''' user to your repository server. |
| + | {{HOSTNAME}} | ||
Watch the following YouTube vidoes: | Watch the following YouTube vidoes: | ||
Revision as of 19:10, 23 September 2012
Prepare Ubuntu - Index
Step 1. Login to the remote server
It is assumed that you have installed the Ubuntu server with the OpenSSH server software and have created the default "dspace" user.
Option A - Login with Microsoft Windows desktop
Install the following:
Start PuTTy. A dialog will open. Login in as the dspace user to your repository server. Replace %hostname% with the hostname of your server.
Watch the following YouTube vidoes:
- http://youtu.be/7gb8vSPl8rE
- http://youtu.be/IhfwjlbyZwc
- http://youtu.be/d1u6TnN3YEw
- http://youtu.be/ma6Ln30iP08
Use WinSCP when doing after installation tasks etc..
Option B - Login with Ubuntu desktop
On your client PC with the Ubuntu desktop installed, open a command line terminal by typing the following:
CTL+ALT+t
Login to your DSpace server as the dspace user by typing as follows in the terminal.
ssh dspace@%hostname%
Replace %hostname% with the hostname of your server.
PREVIOUS
NEXT