Trying to get some software to work on Windows but so far no luck. Could some please help, here the instructions. So far i have installed XAMPP but no idea what exactly they mean with clone or what exactly repo is.
Windows
Settings for a Worldview development environment
Worldview may be setup on Windows with XAMPP. First install XAMPP, the default location is at C:\xampp. Clone the Worldview repo at C:\xampp\htdocs and then the configuration repo in Worldview.
Edit the httpd.conf file at <xampp root>\apache\conf to uncomment:
"LoadModule expires_module modules/mod_expires.so"
"LoadModule filter_module modules/mod_filter.so"
"LoadModule deflate_module modules/mod_deflate.so"
Turn on xampp, and Worldview should be ready at "localhost/worldview/web"! If you encounter any code 500 errors, check the error log at <xampp root>\apache\logs
Have you tried turning it off and on again?