You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 14, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -58,6 +58,7 @@ Walkoff apps can be found at: <https://github.com/nsacyber/WALKOFF-Apps>
58
58
* If you are using Windows, you will need to use Redis in a VM or a Docker container.
59
59
* Best used with Linux, or in Docker
60
60
* On Linux, you will need the `python-devel` package for your distribution if running natively.
61
+
* Windows is no longer supported at this time. We may restore Windows support at a later date, but we recommend running inside a Docker container or Linux VM instead.
61
62
62
63
*Individual apps may specify their own requirements.*
63
64
@@ -204,7 +205,7 @@ running setup with sudo, which could cause permissions issues if you don't use s
204
205
Install Redis Server:
205
206
* MacOS: Use homebrew - https://brew.sh/
206
207
* Linux: Use your distro's package manager, follow an appropriate guide for your distro.
207
-
* Windows: There are no up-to-date Redis binaries available for Windows, use Docker as below.
208
+
* Windows: There are no up-to-date Redis binaries available for Windows, and we no longer support Windows at this time. Support may resume at a later date.
208
209
* Docker: Run a Redis container with port 6379 published to localhost: `docker run --name walkoff-redis -p 6379:6379 -d redis`
209
210
210
211
If the Python environment for your elevated privileges are the same as the Python environment you will be running
0 commit comments