Makerere University

Enter a keyword or two into the search box above and click search..

Web Server Installation Resources

You are here

List of resources to consider looking up for Instructions & Steps to Install an Ubuntu 14.04 LTS Web Server.

Summarized steps..

LAMP Installation

  1. Ubuntu Server 14.04LTS amd64 has all the required packages.
  2. Update Installation
    1. sudo apt-get update
  3. Apache Install & Configuration
    1. sudo apt-get install apache2 apache2-utils
  4. MySql Install & Configuration
    1. sudo apt-get install mysql-server libapache2-mod-auth-mysql php5-mysql
    2. sudo mysql_install_db
    3. sudo mysql_secure_installation
  5. PHP Install & Configuration
    1. sudo apt-get install php5 php5-mysql php-pear php5-gd  php5-mcrypt php5-curl

Resources

Postfix

  1. Update Distribution
    1. sudo apt-get update
  2. Install Postfix
    1. apt-get install postfix

Resources:

Firewall & Security