1,575
edits
Changes
→Finalize the Setup
#Lastly we need to remove ''sudo'' privileges from user ''quake''
##Get back to our original sudo user (not ''quake'') by running the following command which undoes ''su - quake'' <pre>exit</pre>
##Remove ''quake'' from the ''sudo'' group by running <pre>sudo gpasswd -d quake sudo</pre>
That's it! Whenever your ''quakejs'' server boots up it will automatically start the ''quakejs'' game server and Apache2 webserver. When a computer on your LAN visits http://quakejs/ they'll automatically download the files they need from http://quakejs/assets/ and then connect to the QuakeJS server at quakejs:27960.