LAMP All the Things

See how to setup Linux, Apache, MySQL and PHP on various server operating systems.

Series Videos

1
Episode 1
19:11

Get up and running with a LAMP server for your PHP applications.

  • Use apt-cache and apt-get commands to find packages
  • Install Apache and MySQL
  • Install PHP and all the modules you'll need to get started
2
Episode 2
12:58

Get up and running with a LAMP server for your PHP applications.

  • Use yum search and yum install commands to find and install packages
  • Install Apache and MariaDB (MySQL)
  • Install PHP and all the modules you'll need to get started
  • Enable and start services using Systemd's systemctl command
3
Episode 3
12:29

Learn to hook Apache up to PHP-FPM using Apache's proxy modules.

All Topics