Changes

How to setup a local QuakeJS server under Windows 10

12 bytes removed, 01:01, 24 June 2021
Standalone Install
#Visit https://www.uwamp.com/en/?page=download and download the ''zip'' installer
#*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:\UsersINSTALL\USERNAMEPATH\''#Launch UwAmp by running ''C:\UsersINSTALL\USERNAMEPATH\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.
#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:\UsersINSTALL\USERNAMEPATH\UwAmp\www\''#Copy the contents of ''C:\UsersINSTALL\USERNAMEPATH\quakejs\html\'' to ''C:\UsersINSTALL\USERNAMEPATH\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:/UsersINSTALL/USERNAMEPATH/UwAmp/www/</pre>
#run the following command to download all of the Content Server files<pre>./get_assets.sh</pre>
#run the following command to close Git Bash<pre>exit</pre>