Lamp: Difference between revisions

From cumulotechnic
No edit summary
No edit summary
Line 6: Line 6:
         <li>SSH into your vps and set a root password.</li>
         <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>
         <p><strong>ssh root@127.0.0.1</strong><em> use the ip-address provided by your vps provider.</em></p>
        <p><strong>passwd</strong> <em>set strong password.</em></p>

Revision as of 11:10, 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.

    passwd set strong password.