Changes

How to setup a local QuakeJS server under Windows 10

245 bytes added, 14:48, 11 September 2019
Standalone Install
#*You might need to download and install the Visual C++ Redistributable as described at the top of the UwAmp download page. If in doubt, download and install it
#Extract the contents of the ZIP (UwAmp folder) to ''C:\Users\USERNAME\''
#You can test the Launch UwAmp Web Server by running ''C:\Users\USERNAME\UwAmp\UwAmp.exe''. When Windows asks, you'll want to allow the ''Apache HTTP Server'' (and optionally ''mysql.d'' although quakejs doesn't use it) through the firewall on Private & Public networks. Then visit #Ensure that the drop-down under ''Configuration -> Apache:'' is set to ''Online Mode'' if you want other computers to be able to connect to your web server (Offline Mode will only allow the computer running UwAmp to connect).#You can now test the UwAmp Web Server by visiting ''http://COMPUTER-NAME'' (or ''http://localhost'' or ''http://127.0.0.1''). You should some something that looks like this<br /> [[File:UwAmp_welcome.png|400px]]
#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\''