Added Apend scripts to documentation
This commit is contained in:
12
README.md
12
README.md
@@ -1,5 +1,6 @@
|
||||
# Web-V2
|
||||
**Get Started with the graphical installer**:
|
||||
## Geting started
|
||||
**Default/Graphical installer**:
|
||||
Using curl
|
||||
```
|
||||
curl https://git.ictmaatwerk.com/VPS-scripts/Web-V2/raw/branch/master/installer.sh -o /tmp/installer.sh
|
||||
@@ -24,6 +25,15 @@ Using wget
|
||||
wget https://git.ictmaatwerk.com/VPS-scripts/Web-V2/raw/branch/master/installer.sh -O /tmp/installer.sh
|
||||
bash /tmp/installer.sh -l 2>&1 | tee ~/output.log
|
||||
```
|
||||
## Adding extra CMS/Site after instalation
|
||||
```
|
||||
bash <(curl --retry 7 --retry-delay 5 -s https://git.ictmaatwerk.com/VPS-scripts/Web-V2/raw/branch/master/AppendCMS.sh)
|
||||
```
|
||||
|
||||
## Adding extra Module after instalation
|
||||
```
|
||||
bash <(curl --retry 7 --retry-delay 5 -s https://git.ictmaatwerk.com/VPS-scripts/Web-V2/raw/branch/master/AppendModule.sh)
|
||||
```
|
||||
|
||||
### This script uses the following repo's as dependencies:
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user