Changes

Setup a Local Content Server
#Download a script that I wrote to simplify getting the assets from http://content.quakejs.com by Running <pre>sudo wget https://raw.githubusercontent.com/begleysm/quakejs/master/assets/get_assets.sh</pre>
#Make the script executable by running <pre>sudo chmod +x get_assets.sh</pre>
#Run the 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 do download everything from the "official" content server in 1 one go to simplify things). <pre>sudo bash get_assets.sh</pre> This will put all of the asset files where they need to go in /assets.
#Optionally remove get_assets.sh by running <pre>sudo rm get_assets.sh</pre>