2026-06-09 12:36:12 +02:00
|
|
|
# ERPNextAufraeum-und-Aktualisierungs-Script
|
2026-06-09 12:17:00 +02:00
|
|
|
|
2026-06-09 12:46:48 +02:00
|
|
|
Ein praktisches Bash-Script, das alle wichtigen Aufräum- und Aktualisierungsbefehle auf einmal ausführt.
|
|
|
|
|
|
|
|
|
|
### Installation
|
|
|
|
|
|
2026-06-09 12:52:55 +02:00
|
|
|
#### Herunterladen
|
|
|
|
|
|
|
|
|
|
```bash
|
|
|
|
|
cd frappe-bench
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
```bash
|
2026-06-09 13:20:02 +02:00
|
|
|
wget https://vw.falk.plus/JensFalk/ERPNext--Aufr-um--und-Aktualisierungs-Script/raw/branch/main/cleanup-erpnext.sh -O cleanup-erpnext.sh
|
2026-06-09 12:52:55 +02:00
|
|
|
```
|
|
|
|
|
|
2026-06-09 13:23:26 +02:00
|
|
|
#### Server anpassen
|
|
|
|
|
|
|
|
|
|
```bash
|
|
|
|
|
nano cleanup-erpnext.sh
|
|
|
|
|
```
|
|
|
|
|
SITE="hier den eigenen Server eintragen"
|
2026-06-09 13:20:02 +02:00
|
|
|
|
2026-06-09 12:52:55 +02:00
|
|
|
#### Ausführbar machen
|
|
|
|
|
|
|
|
|
|
```bas
|
2026-06-09 12:54:00 +02:00
|
|
|
chmod +x cleanup-erpnext.sh
|
2026-06-09 12:52:55 +02:00
|
|
|
```
|
|
|
|
|
|
|
|
|
|
### Ausführen
|
|
|
|
|
|
|
|
|
|
```bash
|
2026-06-09 13:24:25 +02:00
|
|
|
./cleanup-erpnext.sh
|
2026-06-09 12:52:55 +02:00
|
|
|
```
|
|
|
|
|
|