0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 18:32:41 +00:00

Working changes

This commit is contained in:
David Bolack
2025-01-10 20:22:33 -06:00
parent ecc91af1d6
commit 591ccf564c
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ Description=Homebrewery Web Server
[Service]
User=root
After=mongodb
Requires=mongodb
Environment=NODE_ENV=local
WorkingDirectory=/usr/local/homebrewery
ExecStart=node server.js

View File

@@ -4,7 +4,7 @@
echo ::Install CURL
apt install -y curl
echo ::Add NodeJS source to package repo
curl -fsSL https://deb.nodesource.com/setup_16.x | sudo -E bash -
curl -fsSL https://deb.nodesource.com/setup_20.x | sudo -E bash -
# Install required packages
echo ::Install Homebrewery requirements