-
-
Notifications
You must be signed in to change notification settings - Fork 41
Setup
lllllllillllllillll edited this page Jun 15, 2024
·
3 revisions
- Download and Install Docker Desktop.
- Download and Install Node.js (v.20.13.1+)
- Download the latest DweebUI.zip
- Extract the zip then open a terminal in the new folder.
- Enter
npm i
- Enter
node server.js
- Open your web browser and navigate to localhost:8000
- Download and Install Docker Desktop.
docker run -d -p 8000:8000 -v dweebui:/app/config -v /var/run/docker.sock:/var/run/docker.sock lllllllillllllillll/dweebui:v0.60