forked from p34709852/monkey
Update debian.md
This commit is contained in:
parent
5824b11657
commit
d50f43e43e
|
@ -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")
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue