Changes

How to setup a local QuakeJS server under Windows 10

3 bytes added, 11:53, 10 September 2019
Setup the UwAmp Web Server, Play Page, & Content Server
==Setup the UwAmp Web Server, Play Page, & Content Server==
If you want to setup a permanent installation you will probably want to install UwAmp as a program on your machine. If you are planning on using it intermittently or just want to test it out, you may want to download the stand-alone ZIP version of UwAmp. Follow either [[Permanent Install]] or [[#Standalone Install]] based on your preference.
===Permanent Install===
#Now delete the contents of ''C:\UwAmp\www\''
#Copy the contents of ''C:\Users\USERNAME\quakejs\html\'' to ''C:\UwAmp\www\''
#If your computer name isn't ''quakejs'' you'll need to [[#Changing the Hostname|change your hostname]]
#Run the Git Bash program as Administrator by finding '''Git Bash''' in the Start Menu, right clicking on it, and selecting '''Run as administrator'''
##run the following command to move to the web root directory<pre>cd C:/UwAmp/www/</pre>
#Now delete the contents of ''C:\Users\USERNAME\UwAmp\www\''
#Copy the contents of ''C:\Users\USERNAME\quakejs\html\'' to ''C:\Users\USERNAME\UwAmp\www\''
#If your computer name isn't ''quakejs'' you'll need to [[#Changing the Hostname|change your hostname]]
#Run the Git Bash program as Administrator by finding '''Git Bash''' in the Start Menu, right clicking on it, and selecting '''Run as administrator'''
##run the following command to move to the web root directory<pre>cd C:/Users/USERNAME/UwAmp/www/</pre>