36 lines
585 B
Markdown
36 lines
585 B
Markdown
# ERPNextAufraeum-und-Aktualisierungs-Script
|
|
|
|
Ein praktisches Bash-Script, das alle wichtigen Aufräum- und Aktualisierungsbefehle auf einmal ausführt.
|
|
|
|
### Installation
|
|
|
|
#### Herunterladen
|
|
|
|
```bash
|
|
cd frappe-bench
|
|
```
|
|
|
|
```bash
|
|
wget https://vw.falk.plus/JensFalk/ERPNext--Aufr-um--und-Aktualisierungs-Script/raw/branch/main/cleanup-erpnext.sh -O cleanup-erpnext.sh
|
|
```
|
|
|
|
#### Server anpassen
|
|
|
|
```bash
|
|
nano cleanup-erpnext.sh
|
|
```
|
|
SITE="hier den eigenen Server eintragen"
|
|
|
|
#### Ausführbar machen
|
|
|
|
```bas
|
|
chmod +x cleanup-erpnext.sh
|
|
```
|
|
|
|
### Ausführen
|
|
|
|
```bash
|
|
cleanup-erpnext.sh
|
|
```
|
|
|