KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
windows-sickchill
★ 27
Open GitHub ↗
A Windows Installer for SickChill
Download README (.md)
Explore Similar Repositories
nand2tetris
:
Notes and links for our NAND2Tetris study group, for the free intro to computer science course (http://nand2tetris.org/)
angular-webpack-typescript
:
Starter pack for a basic app using AngularJs, webpack and typescript
fsekrit
:
f0dder's sekrit
Grove_BME280
:
No description available.
powerlaw
:
Power-Law Distribution Analysis
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
windows-sickchill
?
Download (.md)
windows-sickchill [](https://ci.appveyor.com/project/miigotu/windows-sickchill/branch/master) =================================================================================================================================================================================================== A Windows Installer for SickChill **NOTE:** This installer intentionally ignores any existing installations of Git or Python you might already have installed on your system. If you would prefer to use those versions, we recommend installing SickChill manually. Features -------- Here are some of the features of windows-sickchill: - Downloads SickChill dependencies (Git, Python) - Installs everything (SickChill and dependencies) in a self-contained directory - Installs SickChill as a Windows service (handled by NSSM) - Detects 32-bit and 64-bit architectures and installs appropriate dependencies - Creates Start Menu shortcuts - When uninstalling, asks user if they want to delete or keep their database and configuration - Allows configuring the web UI port during install - Automatically creates firewall rules in Windows Firewall The install script is written using the excellent [Inno Setup](http://www.jrsoftware.org/isinfo.php) by Jordan Russell. Download -------- Head on over to the [releases](https://github.com/SickChill/windows-sickchill/releases/latest) tab. How It Works ------------ First, the installer will grab a 'seed' file, located [here](https://raw.github.com/SickChill/windows-sickchill/master/seed.ini). This has a list of the dependencies, the URLs they can be downloaded from, their size, and an SHA1 hash. It also uses this file to make sure the user is running the latest version of the installer. Once the user steps through the pages of the wizard, the installer downloads the dependency files and verifies the SHA1 hash. It then installs them into the directory chosen by the user. Once the dependencies are installed, it uses Git to clone the SickChill repository.