Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 588 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 588 Bytes

LEMP Stack Setup on Ubuntu 22.04

This repository contains a bash script for installing a LEMP (Linux, Nginx, MariaDB, PHP) stack on Ubuntu 22.04.

Usage

  1. Clone this repository.
  2. Open the terminal and navigate to the folder where you cloned the repository.
  3. Give the script executable permissions by running: chmod +x setup.sh.
  4. Run the script by typing: ./setup.sh. You will be prompted to provide your domain, database name, username, and password during the installation.
  5. When the script is finished, you will have a working LEMP stack installed on your machine.