added wipe off instructions

This commit is contained in:
RNL
2026-03-06 23:19:30 +11:00
parent 5566907957
commit c1686f6bad

View File

@@ -128,6 +128,24 @@ rm ~/.config/systemd/user/bambu-run-{web,collector}.service
systemctl --user daemon-reload systemctl --user daemon-reload
``` ```
**Wipe everything and start over:**
```bash
# Stop and remove services
systemctl --user stop bambu-run-web bambu-run-collector
systemctl --user disable bambu-run-web bambu-run-collector
rm ~/.config/systemd/user/bambu-run-{web,collector}.service
systemctl --user daemon-reload
# Delete repo — wipes venv, database, and .env
cd ~
rm -rf ~/Bambu-Run
# Re-clone and run setup from scratch
git clone https://github.com/RunLit/Bambu-Run.git
cd Bambu-Run
bash setup.sh
```
--- ---
## Docker Setup ## Docker Setup