Lamp

From cumulotechnic
Revision as of 11:08, 14 August 2023 by Admin caj (talk | contribs)

The LAMP stack

LAMP is an acronym for Linux, Apache, MySQL, and PHP stack, it is a popular software stack for serving websites.

It is comprised of a Linux server operating system running the Apache2 web server, MySQL database, and the PHP scripting language.

This tutorial was made using Ubuntu 22.04, you must provision a vps have a domain name and configure dns settings as per your vps provider and domain registrars instruction.

  • SSH into your vps and set a root password.
  • ssh root@127.0.0.1 use the ip-address provided by your vps provider.