Files

41 lines
770 B
Markdown
Raw Permalink Normal View History

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
```
2026-06-09 13:26:01 +02:00
Mit wget
2026-06-09 12:52:55 +02:00
```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:25:29 +02:00
Alternativ mit Curl
```bash
curl -L 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
```