Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 1.72 KB

ubuntu_config.md

File metadata and controls

20 lines (11 loc) · 1.72 KB

Preparing Ubuntu servers for installation

The App Server and Monitor Server require Ubuntu Server 12.04.3. Download the ISO, burn it to CDs, and begin installing it on each of these computers. The following setup process is the same for each server.

After booting the the Ubuntu Server CD, select "Install Ubuntu Server".

Ubuntu Server

Follow the steps to choose your language and keyboard, and let the setup continue. When it asks for your hostname choose a name that makes sense. Each server should have its own hostname. You can choose whatever username and password you would like. There's no need to encrypt home directories. Configure your time zone. When you get to the partition step, choose "Guided - use entire disk and set up LVM". Then wait for base system to finish installing.

When you get to the configure taskel screen, choose "Install security updates automatically". When you get to the software selection screen, just choose "OpenSSH server". Then wait for the packages to finish installing.

When everything is done, install grub and reboot.

After booting up for the first time, do updates.

sudo apt-get update
sudo apt-get upgrade

We also recommend that you patch your kernel with grsecurity in order to harden these servers from attacks. Instuctions for doing this are outside the scope of this installation guide. Visit the official Grsecurity documentation for more information about obtaining and configuring and installing the kernel patch.