Init intergation of multi OS support, updated docs

This commit is contained in:
2020-09-30 15:43:43 +02:00
parent 531088000a
commit 4642319096
8 changed files with 120 additions and 32 deletions

View File

@@ -2,7 +2,9 @@
* CoreModules/`<webserverName>`/
* conf.sh
* preconf.sh
* apt.list
* generic.pkg.list
* apt.pkg.list
* dnf.pkg.list
* appendCMS-conf.sh
* config/*
# File Explanation
@@ -10,7 +12,9 @@
| -------- | ------------ |
| preconf.sh | Pre config/apt install commands (ex: repo setup) |
| conf.sh | Configuration for webserver and php |
| apt.list | packagelist for this webserver and php |
| generic.pkg.list | packagelist for this webserver and php for all distro's |
| apt.pkg.list | packagelist for this webserver and php for distro's that use apt |
| dnf.pkg.list | packagelist for this webserver and php for distro's that use dnf/yum |
| appendCMS-conf.sh | Runs when a domain gets added after inital install by appendCMS.sh |
# Defining in the menu