guardicore / monkey

Infection Monkey - An open-source adversary emulation platform
https://www.guardicore.com/infectionmonkey/
GNU General Public License v3.0
6.62k stars 772 forks source link

Flawless Ubuntu Bionic 18.04 Installation #943

Closed mssalvatore closed 3 years ago

mssalvatore commented 3 years ago

Spike

Objective

Test the installation of Infection Monkey on Ubuntu Bionic 18.04. @ilija-lazoroski

Scope

The below tests are not intended to be exhaustive. Rather, they are smoke tests to verify the basic functionality of Infection Monkey on Ubuntu Bionic 18.04.

Output

The output of this spike is a set of GitHub issues (bugs). When these bugs are resolved, we should be able to claim to have a flawless installation experience on Ubuntu Bionic 18.04.

mssalvatore commented 3 years ago

Created https://github.com/guardicore/monkey/issues/960

ilija-lazoroski commented 3 years ago

AppImage throw similar error as #1355 only this time libcurl was missing. Fixed by installing curl. We should state pre-requisites for running Infection Monkey.

ilija-lazoroski commented 3 years ago

image

image

image

mssalvatore commented 3 years ago

AppImage throw similar error as #1355 only this time libcurl was missing. Fixed by installing curl. We should state pre-requisites for running Infection Monkey.

Instead of listing it as a prerequisite, we should include it in the AppImage. #1362