Update 'README.md'
This commit is contained in:
18
README.md
18
README.md
@@ -3,18 +3,22 @@
|
|||||||
# VPS-scripts - Structure
|
# VPS-scripts - Structure
|
||||||
|
|
||||||
### Organization structure:
|
### Organization structure:
|
||||||
|
```
|
||||||
|
* Module is a script and/or corresponding config files
|
||||||
|
|
||||||
Module is a script and/or corresponding config files
|
* If a repository is dependent on a specific OS then the name wil reflect this.
|
||||||
|
(example for Ubuntu scripts: Ubuntu-Web and for universal scripts: MySQL)
|
||||||
|
|
||||||
If a repository is dependent on a specific OS then the name wil reflect this (example for Ubuntu scripts: Ubuntu-Web and for universal scripts: MySQL)
|
* Repositories created for self sufficient Modules.
|
||||||
|
(example: MySQL, Unattended-Security-Updates) or Projects (example: WEB, MAIL)
|
||||||
|
|
||||||
Repositories created for self sufficient Modules (example: MySQL, Unattended-Security-Updates) or Projects (example: WEB, MAIL)
|
* If a script needs a big static file to be downloaded this can be put at:
|
||||||
|
https://git.ictmaatwerk.com/downloads/[shortcode(example: postfixadmin=pfa)]/[yourfile]
|
||||||
|
```
|
||||||
|
|
||||||
If a script needs a big static file to be downloaded this can be put at https://git.ictmaatwerk.com/downloads/[shortcode(example: postfixadmin=pfa)]/[yourfile]
|
|
||||||
|
|
||||||
|
|
||||||
-----
|
|
||||||
### Repository structure:
|
### Repository structure:
|
||||||
|
```
|
||||||
* /Config/[PackageName] Folder for configuration files
|
* /Config/[PackageName] Folder for configuration files
|
||||||
* /KB/ Folder for old scripts, or scripts used for insperation
|
* /KB/ Folder for old scripts, or scripts used for insperation
|
||||||
* /SubModules/[SubModule Name] Folder for modules that is dependent on the main script (example for web: Wordpress, Nginx, Apache)
|
* /SubModules/[SubModule Name] Folder for modules that is dependent on the main script (example for web: Wordpress, Nginx, Apache)
|
||||||
|
```
|
||||||
Reference in New Issue
Block a user