Skip to content

MiguelRyf/LempStackDebian9

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Lemp Stack

LEMP (Linux eNginx Mysql PHP) For Debian 9

We will use mariadb as our database

Simple script developed during the coronavirus lockdown, this script will help to install LEMP (Linux eNginx Mysql PHP) with just a single command line.

Fully Optimize

The installation will also optimize the configuration within LEMP.

Installation List

Here all the list that the script will install

  • Nginx: 1.10.3
  • MariaDB: 10.1.44-MariaDB-0+deb9u1
  • PHP 7: 7.0.33-0+deb9u7
  • UFW Firewall
  • Memcached
  • FASTCGI_CACHE
  • IONCUBE
  • MCRYPT
  • HTOP
  • NETSTAT
  • OPEN SSL
  • AB BENCHMARKING TOOL
  • ZIP AND UNZIP
  • FFMPEG AND IMAGEMAGICK

Prerequisites

What things you need to make sure before proceed.

  • ONLY FOR DEBIAN 9
  • YOU SHOULD BE LOGIN AS ROOT

How to use

To Install this script, all you need to do is to run a single command line and it will install everything.

apt update; apt-get install dos2unix; wget https://raw.githubusercontent.com/MiguelRyf/LempStackDebian9/master/lemp-debian-9.sh -O ~/lemp-debian-9.sh && dos2unix ~/lemp-debian-9.sh && bash ~/lemp-debian-9.sh

Getting Started

Congratulations, you now have installed LEMP!

Once everything is set up, run this command below in /root directory to open the Menu Options

./menu.sh

IF YOU ARE NOT IN /root DIRECTORY

JUST RUN THE COMMAND BELOW

cd

Authors

  • Miguel Emmara - LempStackDebian9 - MiguelRyf

About

LEMP (Linux eNginx Mariadb PHP) For Debian 9

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages