https://github.com/baynezy/sitewarmer
Allows you to hit your sites after a deployment to make sure they are running.
https://github.com/baynezy/sitewarmer
Last synced: 15 days ago
JSON representation
Allows you to hit your sites after a deployment to make sure they are running.
- Host: GitHub
- URL: https://github.com/baynezy/sitewarmer
- Owner: baynezy
- License: apache-2.0
- Created: 2012-05-10T06:34:23.000Z (almost 13 years ago)
- Default Branch: develop
- Last Pushed: 2025-03-19T11:02:28.000Z (about 1 month ago)
- Last Synced: 2025-04-14T03:07:58.633Z (15 days ago)
- Language: C#
- Size: 4.72 MB
- Stars: 3
- Watchers: 3
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# SiteWarmer
Allows you to hit your sites after a deployment to make sure they are running.
## Build Status
## Documentation
Fully navigable documentation available on [GitHub Pages](http://baynezy.github.io/SiteWarmer/)## Installing via NuGet
[](http://badge.fury.io/nu/SiteWarmer.Core)
Install-Package SiteWarmer.Core
## Usage
See full Wiki https://github.com/baynezy/SiteWarmer/wiki
### Config file
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/### As a Console Application
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
## Contributing### Pull Requests
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.
## License
This project is licensed under [Apache License 2.0](http://www.apache.org/licenses/LICENSE-2.0).