Skip to content

Commit 3aab5c2

Browse files
committed
Configured Nginx to initialize on system startup, and documented postinst
1 parent 7797fee commit 3aab5c2

File tree

1 file changed

+3
-0
lines changed
  • ErmisServer/Installers/Linux/DEB/ermis-server-installer_all/DEBIAN

1 file changed

+3
-0
lines changed

ErmisServer/Installers/Linux/DEB/ermis-server-installer_all/DEBIAN/postinst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,11 @@
33
sudo apt update
44
sudo apt-get upgrade
55

6+
# Install Nginx, debut and configure to automatically initialize on system startup
67
sudo apt install nginx-full
8+
sudo systemctl enable --now nginx
79

10+
# Install Coturn (TURN/STUN server for WebRTC)
811
sudo apt install coturn
912

1013
echo

0 commit comments

Comments
 (0)