chore: finalize vite migration hardening and watchdog logging
This commit is contained in:
@@ -237,8 +237,9 @@ show_next_steps() {
|
||||
echo " http://localhost:${port:-8080}"
|
||||
echo ""
|
||||
echo "Optional: install conda+systemd services"
|
||||
echo " sudo mkdir -p /etc/mes-dashboard"
|
||||
echo " sudo cp .env /etc/mes-dashboard/mes-dashboard.env"
|
||||
echo " # systemd and local scripts both use the same /opt/mes-dashboard/.env"
|
||||
echo " sudo chown root:www-data .env"
|
||||
echo " sudo chmod 640 .env"
|
||||
echo " sudo cp deploy/mes-dashboard.service /etc/systemd/system/"
|
||||
echo " sudo cp deploy/mes-dashboard-watchdog.service /etc/systemd/system/"
|
||||
echo " sudo systemctl daemon-reload"
|
||||
|
||||
Reference in New Issue
Block a user