Changes

Setup a Local Content Server
#Delete the default index.html that comes with Apache2 by running <pre>sudo rm /var/www/html/index.html</pre>
#Copy the Local Content Server and Play Page files from the ''quakejs'' folder to ''/var/www/html'' by running <pre>sudo cp /home/quake/quakejs/html/* /var/www/html/</pre>
#Run the ''get_assets.sh'' script to grab all of the assets from http://content.quakejs.com and put them where they can be accessed by clients. (Technically you already downloaded a couple of the files earlier but they aren't named quite right and we'll download everything from the "official" content server in one go to simplify things). <pre>sudo bash /var/www/html/get_assets.sh</pre> This will put all of the asset files where they need to go in ''/var/www/html/assets''.
==Setup a Local Play Page==