Added FrontController CMS

This commit is contained in:
2021-01-27 12:19:07 +01:00
parent 39da2f54d7
commit bd4e431215
5 changed files with 120 additions and 1 deletions

View File

@@ -13,6 +13,7 @@ webservers+=("Apache:" "Will install Apache Webserver." OFF)
nginxCMSL=("None:" "A plain webserver will be setup." OFF)
nginxCMSL+=("Wordpress:" "WordPress is a content management system based on PHP." OFF)
nginxCMSL+=("Nextcloud:" "Nextcloud is a suite of client-server software for creating and using file hosting services." OFF)
nginxCMSL+=("FrontController:" "Will prepair enviroment for frontcontroller." OFF)
#Options
nginxOptions=("Redis:" "Redis caching" OFF)
nginxOptions+=("Postfix:" "Mail MTA" OFF)
@@ -40,7 +41,7 @@ webservers=("Nginx" "Nginx_nonphp" "Apache" "Quit")
##Nginx
#CMSList
nginxCMSL=("None" "Wordpress" "Nextcloud")
nginxCMSL=("None" "Wordpress" "Nextcloud" "FrontController")
#Options
nginxOptions=("Redis:" "Postfix:")