Changes

Setup a Local Play Page
###Change Line 16 to <pre></script> --></pre>
##Change Line 75 to <pre>var args = ['+set', 'fs_cdn', 'quakejs:80', '+connect', 'quakejs:27960'];</pre>
 
At this point you can visit http://quakejs/ and it will download a couple files to your browser from your local content server and connect to your server (if it is running, which it isn't if you're following this guide).
 
Run the server manually by running <pre>cd /home/quake/quakejs&#10;node build/ioq3ded.js +set fs_game baseq3 set dedicated 1 +exec server.cfg</pre> or finish off this guide to create a service that you can start with <pre>sudo systemctl start quakejs</pre> and that will auto start on boot.
==Finalize the Setup==