You need IIS and PHP.
git clone [email protected]:php/web-windows.git
- adapt the
BASE_URL
andAPP_PATH
ininclude\config.php
to point to the current working directory php dev\generate_fake_downloads.php
php script\generate_snap_page.php
- set up IIS PHP Website for
APP_PATH
withindex.php
as default document - set up TLS for that Website or comment out the HTTPS redirection section in
templates\web.config.tpl
- visit
/listing.php
; this generatesweb.config
in the docroot, so the Website is fully usable. You have to make sure that your Website configuration is done in the globalapplicationHost.config
, or you have to integrate the local setup intotemplates\web.config.tpl
.