So you want to run the KLanding page on your server as your access point, here's how to do it..
First you must have Setup Git, once you have done that, you should be able to pull down and run the code.
Windows
You need to configure your server with IIS and PHP (or Apache/PHP) I won't cover this here in this guide.
Once you have done that, you need to navigate to the base dir of your websites (normally C:\inetpub)
You should be able to right click in the folder and select GIT BASH HERE
This should open a Git window in the current folder you then type
git clone http://kithub.ml/karl/Klanding.git
It should then clone the code into a folder called klanding
Now open the config.php file and set according to your liking
Linux
Linux needs to be configured with Apache and PHP, again, I won't cover this here
Once that is setup you can navigate to the base of your websites (normally var\www)
You need to then use either Terminal or ssh via putty and run this command
git clone http://kithub.ml/karl/Klanding.git
It should then clone the code into a folder called klanding
Now open the config.php file and set according to your liking