Upload files to 'Docs/docs'

This commit is contained in:
Bram Prieshof
2020-04-29 11:03:05 +02:00
parent f761008bf6
commit 73b93a50f0
5 changed files with 186 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
# Getting/using the Normal installer (installer.sh):
```
#Get installer.sh from the repo and store it at: /tmp/installer.sh
bash /tmp/installer.sh
```
# Getting/using the Legacy installer (installer.sh):
```
#Get installer.sh from the repo and store it at: /tmp/installer.sh
bash /tmp/installer.sh -l 2>&1 | tee ~/output.log
```
# Adding a Domain (AppendCMS.sh):
The script wil get most information it need from stored config, only the new domain and the mysql root password need to be entered.
```
#Get the AppendCMS.sh from the repo and store it at: /tmp/AppendCMS.sh
bash /tmp/AppendCMS.sh
```
# Adding a Module/Option (AppendModule.sh):
The script wil get most information it need from stored config
```
#Get the AppendCMS.sh from the repo and store it at: /tmp/AppendModule.sh
bash /tmp/AppendModule.sh
```