Lamp: Difference between revisions

From cumulotechnic
(Created page with "<h1>The LAMP stack</h1> <h2>LAMP is an acronym for Linux, Apache, MySQL, and PHP stack, it is a popular software stack for serving websites. </h2> <p>It is comprised of a Linux server operating system running the Apache2 web server, MySQL database, and the PHP scripting language.</p>")
 
No edit summary
Line 1: Line 1:
<h1>The LAMP stack</h1>
<h1>The LAMP stack</h1>
<h2>LAMP is an acronym for Linux, Apache, MySQL, and PHP stack, it is a popular software stack for serving websites. </h2>
<h2>LAMP is an acronym for Linux, Apache, MySQL, and PHP stack, it is a popular software stack for serving websites. </h2>  
<p>It is comprised of a Linux server operating system running the Apache2 web server, MySQL database, and the PHP scripting language.</p>
<p>It is comprised of a Linux server operating system running the Apache2 web server, MySQL database, and the PHP scripting language.</p> 
<p>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.</p>
<ul>
        <li>SSH into your vps and set a root password.</li>
        <p><strong>ssh root@127.0.0.1</strong><em> use the ip-address provided by your vps provider.</em></p>

Revision as of 11:08, 14 August 2023

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.