Skip to content

Latest commit

 

History

History
43 lines (43 loc) · 1.07 KB

README.md

File metadata and controls

43 lines (43 loc) · 1.07 KB

LEMP_MODX_Install_Bash

This bash script automatically installs a LEMP Stack, MODX Advanced v2.8.1 for setup, creates a DB and DB user for MODX, and outputs the config information you need to enter including the core path. It probably needs more work.

What does it actually install?

  • Nginx
  • MySQL 8
  • PHP 7.4
  • PhpMyAdmin
  • Fail2Ban
  • UFW
  • OpenSSL
  • build-essential
  • curl
  • nano
  • wget
  • lftp
  • unzip
  • bzip2
  • arj
  • nomarch
  • lzop
  • htop
  • gcc
  • git
  • binutils
  • libmcrypt4
  • libpcre3-dev
  • make
  • python3
  • python3-pip
  • supervisor
  • unattended-upgrades
  • whois
  • zsh
  • imagemagick
  • uuid-runtime
  • net-tools

Contributions are welcomed and apreciated.