Web Server Installation Resources
List of resources to consider looking up for Instructions & Steps to Install an Ubuntu 14.04 LTS Web Server.
Summarized steps..
LAMP Installation
- Ubuntu Server 14.04LTS amd64 has all the required packages.
- Update Installation
- sudo apt-get update
- Apache Install & Configuration
- sudo apt-get install apache2 apache2-utils
- MySql Install & Configuration
- sudo apt-get install mysql-server libapache2-mod-auth-mysql php5-mysql
- sudo mysql_install_db
- sudo mysql_secure_installation
- PHP Install & Configuration
- sudo apt-get install php5 php5-mysql php-pear php5-gd php5-mcrypt php5-curl
Resources
- http://ubuntuserverguide.com/2014/06/how-to-install-lamp-in-ubuntu-serve…
- https://www.digitalocean.com/community/tutorials/how-to-install-linux-ap…
Postfix
- Update Distribution
- sudo apt-get update
- Install Postfix
- apt-get install postfix
Resources:
- https://vexxhost.com/blog/how-to-install-and-setup-postfix-on-ubuntu/
- https://www.digitalocean.com/community/tutorials/how-to-install-and-setu…