Table of Contents

LAMP Stack with a Twist!

ADVICE

Start early, please! There is a ton of information online about LAMP stacks, it’s super beneficial to read them and see what people do to get the software suite working. Also if it seems overly complicated you are probably looking in the wrong place. If you come across what you believe to be a solution to a step or how to complete a step and are unsure, reach out to SecDev and ask us to look it over.

DELIVERABLE

Anything that is in this color needs to be a screenshot. The other Steps and parts of the homework you can explain however you like, either with text or screenshots.

USEFUL RESOURCE

Please note this might not be an exact match, but it’s worth reading

Step 0 - Prerequisites

During class you should of all setup your MariaDB Database Server. Or have gotten the “High-Level How-To” do to it. If you did not, or do not think it’s setup correctly please reach out immediately so SecDev can help you get it sorted out. Use the troubleshooting commands and techniques gone over in class during the Services lecture

However… we may not have gone over it in class. SecDev forget's too! Setting up the database is fairly easy when regarding Wordpress. Below is the “High-Level How-To”.

Install VMWare Tools! sudo apt install open-vm-tools open-vm-tools-desktop

Step 1 - Apache

On your Web Server machine install any version of Ubuntu, this can be Ubuntu 16.04, 18.04 or whatever you like, also feel free to use either the server version of Ubuntu or Desktop version. Remember version matters when Googling for help.

TASKS

If you do not have this page after completing the above steps. DO NOT PASS GO OR COLLECT $200. REACH OUT ON MATTERMOST after collecting $200, and getting Apache to work you can move into Step 2

Step 2 - Install PHP

In the linked guide in USEFUL RESOURCE above there is great instructions in getting the proper PHP modules onto your system. If you have questions please reach out. You may need to Google around for “PHP and Wordpress”.

sudo apt update sudo apt install php libapache2-mod-php php-mysql

These commands above generally work, but may not always… remember computers are hard!

Make sure the full set of commands you used ends up in your report.

Step 3 - Install WordPress

TASKS