1.8 KiB
title | date | draft | weight | tags | |
---|---|---|---|---|---|
Development setup | 2020-06-08T19:53:00+03:00 | false | 5 |
|
Deployment scripts
To set up a development environment using scripts, look at the readme under /deployment_scripts
. If you want to set it up manually or run into problems, keep reading.
Agent
The agent (which we sometimes refer to as the Infection Monkey) is a single Python project under the infection_monkey
folder. The Infection Monkey agent was built for Python 3.7. You can get it up and running by setting up a virtual environment and installing the requirements listed in the requirements.txt
inside it.
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
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.
The Monkey Island
The Monkey Island is a Python backend React frontend project. Similar to the agent, the backend's requirements are listed in the matching requirements.txt
.
To setup a working front environment, run the instructions listed in the readme.txt