The project uses paket and fake to build. In order to run the project do the following:
- clone the repository local
git clone https://github.com/mrpinkzh/iis-log-analyzer.git
- change to the newly created folder 'iis-log-analyzer' and execute the build script:
.\build.bat
- host the content of the .\build-src folder in your IIS.
- the easiest way is to open the solution IisLogAnalyzer.sln and press
Ctrl + F5
More information about Fake: https://fsharp.github.io/FAKE/
More information about Paket: http://fsprojects.github.io/Paket/