Create NodeJS configuration script #2

Merged
kornerr merged 15 commits from consult into main 2025-08-22 21:02:45 +02:00
Showing only changes of commit 36a345e8de - Show all commits

View File

@@ -2,4 +2,4 @@
apt install nodejs npm
mkdir -p /var/log/consult
chgrp www-data /var/log/consult
npm install -g pm2
npm list | grep pm2 || npm install -g pm2