3638bd7d81
📁 Files changed: 10 📝 Lines changed: 372 • deploy.md • .coverage • deploy.sh • __init__.py • comfy_routes.py • index-BEOoAFTp.css • index-Wi7i1Rks.js • index.html • GenerateView.vue • app.ts
724 B
724 B
Deploy Tensors to Junkpile
Build, deploy, and restart tensors on junkpile with verification.
Run the deploy script:
./scripts/deploy.sh
What it does
- Build UI - Runs
npm run buildintensors/server/ui/ - Sync code - Rsyncs Python code to
/opt/tensors/app/ - Fix permissions - Sets ownership to
tensors:tensors - Restart tensors - Runs
sudo systemctl restart tensors - Verify tensors - Checks service is running
Service Structure
| Item | Value |
|---|---|
| User/Group | tensors:tensors |
| Install path | /opt/tensors/app |
| Venv | /opt/tensors/venv |
| Service | tensors.service |
| Port | 8081 |
Access
- Local: http://junkpile:8081