Update debian.md

This commit is contained in:
MarketingYeti 2021-01-26 14:01:05 -05:00 committed by GitHub
parent 5824b11657
commit d50f43e43e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 2 deletions

View File

@ -8,6 +8,16 @@ disableToc: false
tags: ["setup", "debian", "linux"] tags: ["setup", "debian", "linux"]
--- ---
---
title: "Debian"
date: 2020-05-26T20:57:19+03:00
draft: false
pre: '<i class="fab fa-linux"></i> '
weight: 1
disableToc: false
tags: ["setup", "debian", "linux"]
---
## Deployment ## Deployment
To extract the `tar.gz` file, run `tar -xvzf monkey-island-debian.tar.gz`. To extract the `tar.gz` file, run `tar -xvzf monkey-island-debian.tar.gz`.
@ -57,8 +67,9 @@ To check the status of the Monkey Island after the installation, run the followi
## Upgrading ## Upgrading
To upgrade when a new version comes out, download the new Monkey `.deb` file and install it. You should see a message like `Unpacking monkey-island (1.8.2) over (1.8.0)`. After which, the installation should complete successfully. Currently, there's no "upgrade-in-place" option when a new version is released. To get the updated version, download the new `.deb` file and install it. You should see a message like `Unpacking monkey-island (1.8.2) over (1.8.0)`. After which, the installation should complete successfully.
If you'd like to keep your existing configuration, you can export it to a file using the export button and then import it to the new server. If you'd like to keep your existing configuration, you can export it to a file using the *Export config* button and then import it to the new Monkey Island.
![Export configuration](../../images/setup/export-configuration.png "Export configuration") ![Export configuration](../../images/setup/export-configuration.png "Export configuration")