Vector Generator:
OFFLINE
Vector generator offline — click “How to fix” for steps.
1) SSH to the server and run:
cd /var/www/TheLaserGurus/api/monogram\n../venv/bin/python3 -m pip install --upgrade pip wheel\n../venv/bin/pip install Flask Flask-Cors PyYAML\nmkdir -p outputs && sudo chown -R www-data:www-data outputs\n../venv/bin/python3 app.py
2) Restart the Node proxy:
sudo systemctl restart newsletter-api
Optional (auto‑start on boot):
sudo cp docs/ops/monogram/monogram-api.service /etc/systemd/system/monogram-api.service\nsudo systemctl daemon-reload\nsudo systemctl enable monogram-api\nsudo systemctl start monogram-api