Skip to content

BristleconeStudio/LEMP_MODX_Install_Bash

 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 81.3%
  • PHP 18.7%