Skip to content

maysaraanalyst/web.services

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

LEMP Stack Installation on AlmaLinux

This document provides instructions for installing the LEMP stack (Nginx, MariaDB, PHP) on AlmaLinux using a shell script (lemp.install.sh).

Requirements:

  • AlmaLinux system with root or sudo privileges
  • Internet access

Installation Steps:

  1. Save the provided script lemp.install.sh to your AlmaLinux server.
  2. Make the script executable: chmod +x lemp.install.sh
  3. Run the script with root privileges: sudo ./lemp.install.sh   - The script will guide you through the installation process, including setting a root password for MariaDB.

Testing the Installation:

After the script completes, open a web browser and navigate to:

http://your_server_ip/info.php

Replace your_server_ip with the actual IP address of your server. You should see the PHP information page if the installation was successful.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages