Docs: change installer filenames in docker and appImage setup docs

This commit is contained in:
VakarisZ 2021-10-22 10:03:18 +03:00
parent c3f5812906
commit fcc444b098
2 changed files with 6 additions and 6 deletions

View File

@ -23,13 +23,13 @@ The Infection Monkey Docker container works on Linux only. It is not compatible
1. Extract the Monkey Island Docker tarball: 1. Extract the Monkey Island Docker tarball:
```bash ```bash
tar -xvzf monkey-island-docker.tar.gz tar -xvzf InfectionMonkey-docker-v1.12.0.tgz
``` ```
1. Load the Monkey Island Docker image: 1. Load the Monkey Island Docker image:
```bash ```bash
sudo docker load -i dk.monkeyisland.VERSION.tar sudo docker load -i InfectionMonkey-docker-v1.12.0.tar
``` ```
### 2. Start MongoDB ### 2. Start MongoDB

View File

@ -27,11 +27,11 @@ installed, but the ones that we've tested are:
1. Make the AppImage package executable: 1. Make the AppImage package executable:
```bash ```bash
chmod u+x Infection_Monkey_v1.11.0.AppImage chmod u+x InfectionMonkey-v1.12.0.AppImage
``` ```
1. Start Monkey Island by running the Infection Monkey AppImage package: 1. Start Monkey Island by running the Infection Monkey AppImage package:
```bash ```bash
./Infection_Monkey_v1.11.0.AppImage ./InfectionMonkey-v1.12.0.AppImage
``` ```
1. Access the Monkey Island web UI by pointing your browser at 1. Access the Monkey Island web UI by pointing your browser at
`https://localhost:5000`. `https://localhost:5000`.
@ -56,7 +56,7 @@ private certificate authority.
`server_config.json` file. `server_config.json` file.
```bash ```bash
./Infection_Monkey_v1.11.0.AppImage --setup-only ./InfectionMonkey-v1.12.0.AppImage --setup-only
``` ```
1. (Optional but recommended) Move your `.crt` and `.key` files to 1. (Optional but recommended) Move your `.crt` and `.key` files to
@ -92,7 +92,7 @@ private certificate authority.
1. Start Monkey Island by running the Infection Monkey AppImage package: 1. Start Monkey Island by running the Infection Monkey AppImage package:
```bash ```bash
./Infection_Monkey_v1.11.0.AppImage ./InfectionMonkey-v1.12.0.AppImage
``` ```
1. Access the Monkey Island web UI by pointing your browser at 1. Access the Monkey Island web UI by pointing your browser at