Home Logic Battle Card RPG Godot Tutorials Linux Gaming Blog NodeJS + Postgres LAMP Stack HTML CSS PHP Website Builder ReactJS VR Tech Blog Palm Beach Techie PHP Fiddle

Installing LAMP








If you find my tutorials helpful, please consider donating to support my free web development resources.

The more money I raise, the more content I can produce.

Thank you,
Commander Candy

DONATE

Check out my blog:

Coding Commanders Blog



Learn PHP:

Intro to PHP


Linux/LampInstall Apache + MySQL + PHP

In this lesson, you will learn how to install Apache, MySQL and PHP. Visit Install & Setup Ubuntu for a tutorial on installing Ubuntu Server (a Linux OS) on Oracle VirtualBox.


LAMP

LAMP is an acronym that stands for Linux, Apache, MySQL, and PHP. We already installed Ubuntu Server, which is the flavor of Linux we will use in our VirtualBox. Now let's update our system.

~$ sudo apt update

Install Apache2

~$ sudo apt install apache2

Install MySQL

~$ sudo apt install mysql-server
~$ sudo mysql_secure_installation utility

Install PHP

~$ sudo apt install php libapache2-mod-php

Video Tutorial: LAMP Stack Virtual Server

<
Watch the Coding Commanders LAMP Animation:

Coding Commanders: Episode 1

Color Selector



Hex:


RBG:


Learn React VR:

Intro to React VR



Follow Coding Commanders on:

YouTube

GitHub

Facebook

Instagram

Twitter

Back to Previous Lesson | Continue to Next Lesson