This repository contains a bash script for installing a LEMP (Linux, Nginx, MariaDB, PHP) stack on Ubuntu 22.04.
- Clone this repository.
- Open the terminal and navigate to the folder where you cloned the repository.
- Give the script executable permissions by running:
chmod +x setup.sh
. - Run the script by typing:
./setup.sh
. You will be prompted to provide your domain, database name, username, and password during the installation. - When the script is finished, you will have a working LEMP stack installed on your machine.