Allows you to hit your sites after a deployment to make sure they are running.
master | |
---|---|
develop |
Fully navigable documentation available on GitHub Pages
Install-Package SiteWarmer.Core
See full Wiki https://github.com/baynezy/SiteWarmer/wiki
You need to specify the URLs you want to use in a text file. They need to be one per line to work e.g.
http://www.google.com/
http://www.github.com/
Once you build the solution there will be a bin\Release\output\SiteWarmer.exe file created. This is a combination of the console application and all its dependencies. So you only need the exe file.
To use the application you just need to run the .exe from the command line with one parameter that is the relative or absolute path to the configuration file. e.g.
\> SiteWarmer.exe -i Config.txt
After forking the repository please create a pull request before creating the fix. This way we can talk about how the fix will be implemented. This will greatly increase your chance of your patch getting merged into the code base.
This project is licensed under Apache License 2.0.