Skip to content
This repository has been archived by the owner on Apr 14, 2023. It is now read-only.

Commit

Permalink
emphasized that windows support is limited and not recommended
Browse files Browse the repository at this point in the history
  • Loading branch information
adpham95 committed Dec 3, 2018
1 parent ce37989 commit 212cc66
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -58,6 +58,7 @@ Walkoff apps can be found at: <https://github.com/nsacyber/WALKOFF-Apps>
* If you are using Windows, you will need to use Redis in a VM or a Docker container.
* Best used with Linux, or in Docker
* On Linux, you will need the `python-devel` package for your distribution if running natively.
* 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.

*Individual apps may specify their own requirements.*

Expand Down Expand Up @@ -204,7 +205,7 @@ running setup with sudo, which could cause permissions issues if you don't use s
Install Redis Server:
* MacOS: Use homebrew - https://brew.sh/
* Linux: Use your distro's package manager, follow an appropriate guide for your distro.
* Windows: There are no up-to-date Redis binaries available for Windows, use Docker as below.
* 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.
* Docker: Run a Redis container with port 6379 published to localhost: `docker run --name walkoff-redis -p 6379:6379 -d redis`

If the Python environment for your elevated privileges are the same as the Python environment you will be running
Expand Down

0 comments on commit 212cc66

Please sign in to comment.