Sentinel Now Available for Windows (Beta) << Notice the beta, feel free to report your problems.
Now it is possible to get sentinel running on CPU under windows.
In order to get it running, you will need to install one dependency manually.
Docker for Windows (
Install Docker for Windows) is required by Sentinel to operate and should be installed in your computer prior to installing sentinel.
In order to install sentinel (and after having installed docker for windows) you will have to open CMD and type the following:
Code:
powershell -ExecutionPolicy ByPass -File <PATH TO INSTALLER>\install.ps1
This script will download sentinel and load it into your system.
Two other scripts are included, one to start the services and one to stop them.
Start Services:
Code:
powershell -ExecutionPolicy ByPass -File <PATH TO INSTALLER>\loadServices.ps1
Stop Services:
Code:
powershell -ExecutionPolicy ByPass -File <PATH TO INSTALLER>\stopServices.ps1
If you are wondering why the Execution policy parameter that is to allow this particular scripts to run on your computer this one time.
IMPORTANT ASSUMPTIONS:
0. You Successfully installed docker for windows.
1. Docker for windows should be configured with at least 8GB ram, and 4 cores
2. Your computer has a D drive with space to download and install sentinel (~10gb)
3. Your computer runs Windows 10 Pro (Required by Docker for windows)
4. Your version of windows 10 is up to date or at least the october 2018 update.
Download scripts here:
LINK