1,575
edits
Changes
no edit summary
#Setup a webserver to host our content and install jq to help with downloading assets by running <pre>sudo apt install apache2 jq</pre>
#change directories to where our web files are hosted by running <pre>cd /var/www/html/</pre>
#Download a script that I wrote to simplify getting the assets from http://content.quakejs.com by Running <pre>sudo wget https://rawsteamforge.githubusercontent.comnet/begleysmfiles/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 download everything from the "official" content server in 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.