Difference between revisions of "SUNScholar/Install Ubuntu/S03"

From Libopedia
Jump to navigation Jump to search
Line 39: Line 39:
 
* ''[[SUNScholar/Install Ubuntu/S01|Please take note of partition sizing in Step 1]]''
 
* ''[[SUNScholar/Install Ubuntu/S01|Please take note of partition sizing in Step 1]]''
  
====Install VirtualBox in Windows 7====
+
====Step 1. Install VirtualBox in Windows 7====
 
*http://youtu.be/XajMLO8v65w
 
*http://youtu.be/XajMLO8v65w
  
====Demo Ubuntu 10.04 LTS Install for DSpace using Virtualbox and "manual" partitions====
+
====Step 2. Watch demo Ubuntu 10.04 LTS Install for DSpace using Virtualbox and "manual" partitions====
 
Download and watch the following video - 30MB - 22mins:
 
Download and watch the following video - 30MB - 22mins:
 
*http://web.lib.sun.ac.za/style/sunscholar/ubuntu-10.04-installation.mp4
 
*http://web.lib.sun.ac.za/style/sunscholar/ubuntu-10.04-installation.mp4
Line 48: Line 48:
 
Do a few test installs with Virtualvox and then move to some test installs on bare metal or VMware.
 
Do a few test installs with Virtualvox and then move to some test installs on bare metal or VMware.
  
====Using Virtualbox to do test installs====
+
====Ubuntu Installation Help====
*https://help.ubuntu.com/community/VirtualBox
+
*https://help.ubuntu.com/10.04/serverguide/index.html
*https://www.virtualbox.org/wiki/Downloads
+
*http://ubuntu.sun.ac.za/wiki/index.php/Enterprise_Server_Management
*http://www.psychocats.net/ubuntu/virtualbox
+
*http://youtu.be/cC_c0JMVoBo
*http://youtu.be/eCyPq6rDnJE<br>Install Ubuntu Server 10.04 on VirtualBox - not to be used for DSpace!
+
*http://youtu.be/y6oWBXF7ENk
  
====YouTube Videos====
+
====Partition Help====
 
* http://youtu.be/eSMMs4cfMqY<br>Partitioning 101
 
* http://youtu.be/eSMMs4cfMqY<br>Partitioning 101
 
* http://youtu.be/bVjzt_uriwE<br>Partitioning & Installing Ubuntu Server Part 1/2
 
* http://youtu.be/bVjzt_uriwE<br>Partitioning & Installing Ubuntu Server Part 1/2
Line 60: Line 60:
 
* http://youtu.be/Garnfv2pf2s<br>Install ubuntu server 12.04 LTS - Also applies to 10.04 LTS
 
* http://youtu.be/Garnfv2pf2s<br>Install ubuntu server 12.04 LTS - Also applies to 10.04 LTS
  
====Other Ubuntu Installation Help Links====
+
====Virtualbox Help====
*https://help.ubuntu.com/10.04/serverguide/index.html
+
*https://help.ubuntu.com/community/VirtualBox
*http://ubuntu.sun.ac.za/wiki/index.php/Enterprise_Server_Management
+
*https://www.virtualbox.org/wiki/Downloads
*http://youtu.be/cC_c0JMVoBo
+
*http://www.psychocats.net/ubuntu/virtualbox
*http://youtu.be/y6oWBXF7ENk
+
*http://youtu.be/eCyPq6rDnJE<br>Install Ubuntu Server 10.04 on VirtualBox - not to be used for DSpace!
 
|}
 
|}
  

Revision as of 10:18, 8 October 2012

Step 3. Installation

It is fairly easy to install the Ubuntu 10.04 LTS server software.

However it is good best practice to develop installation skills on a test server first, before doing a production server installation.

Below are screenshots of the most important parts of the installation.

  • Use the "TAB" key and arrow keys to move between items.
  • Use the "SPACE" key to select items.
  • Use the "ENTER" key to activate controls/buttons.

Hostname

Install-ubuntu-hostname.png

  • Hostname setup. Type in the hostname of the server.
  • Take careful note of hostname selection in Step 2.

Disk Partitioning

Install-ubuntu-manual-partition.png

Sunscholar-disk-space.png

  • /dev/sda1 = / - is the root/system partition.
  • /dev/sda2 = is the swap partition and is not listed.
  • /dev/sda3 = /var - is the partition where the database and log files are stored.
  • /dev/sda4 = /home - is the partition where the DSpace application and assetstore are located.

Install-ubuntu-partitions.png

Instructions

Step 1. Install VirtualBox in Windows 7

Step 2. Watch demo Ubuntu 10.04 LTS Install for DSpace using Virtualbox and "manual" partitions

Download and watch the following video - 30MB - 22mins:

Do a few test installs with Virtualvox and then move to some test installs on bare metal or VMware.

Ubuntu Installation Help

Partition Help

Virtualbox Help

DSpace User

Install-ubuntu-dspace-user.png

  • Enter full name of "DSpace User"

Install-ubuntu-dspace-user-account.png

  • Enter username of dspace

DSpace-user-password.png

  • Enter "dspace" user password.

Install Software

Install-ubuntu-software.png

Select the following for installation:

  • OpenSSH server
  • PostgreSQL database
  • Tomcat Java server

PREVIOUS
NEXT