forked from p15670423/monkey
Docs: Remove 32-bit mentions
This commit is contained in:
parent
a3d9904f05
commit
069afe677a
|
@ -16,7 +16,7 @@ The agent (which we sometimes refer to as the Infection Monkey) is a single Pyth
|
||||||
|
|
||||||
In order to compile the Infection Monkey for distribution by the Monkey Island, you'll need to run the instructions listed in the [`readme.txt`](https://github.com/guardicore/monkey/blob/master/monkey/infection_monkey/readme.txt) on each supported environment.
|
In order to compile the Infection Monkey for distribution by the Monkey Island, you'll need to run the instructions listed in the [`readme.txt`](https://github.com/guardicore/monkey/blob/master/monkey/infection_monkey/readme.txt) on each supported environment.
|
||||||
|
|
||||||
This means setting up an environment with Linux 32/64-bit with Python installed and a Windows 64-bit machine with developer tools, along with 32/64-bit Python versions.
|
This means setting up an environment with Linux 64-bit with Python installed and a Windows 64-bit machine with developer tools, along with 64-bit Python versions.
|
||||||
|
|
||||||
## The Monkey Island
|
## The Monkey Island
|
||||||
|
|
||||||
|
|
|
@ -7,11 +7,14 @@ pre: "<i class='fas fa-play-circle'></i> "
|
||||||
tags: ["usage"]
|
tags: ["usage"]
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
||||||
|
<!-- TODO: Update screenshots -->
|
||||||
|
|
||||||
If you haven't deployed the Monkey Island yet, please [refer to our setup documentation](/setup).
|
If you haven't deployed the Monkey Island yet, please [refer to our setup documentation](/setup).
|
||||||
|
|
||||||
## Using the Infection Monkey
|
## Using the Infection Monkey
|
||||||
|
|
||||||
After deploying the Monkey Island in your environment, navigate to `https://<server-ip>:5000`.
|
After deploying the Monkey Island in your environment, navigate to `https://<server-ip>:5000`.
|
||||||
|
|
||||||
### First-time login
|
### First-time login
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue