[DOCS] Use compressed archives for deployment

This commit is contained in:
2023-03-25 15:02:11 +00:00
parent 253846f877
commit b0fcda5901

View File

@@ -24,7 +24,7 @@ To deploy the BRECcIA Network Mapper with Ansible:
1. Download and extract the deployment files from [the latest release](https://github.com/Southampton-RSG/breccia-mapper/releases/latest): 1. Download and extract the deployment files from [the latest release](https://github.com/Southampton-RSG/breccia-mapper/releases/latest):
```bash ```bash
curl https://github.com/Southampton-RSG/breccia-mapper/releases/latest/download/deploy-ansible.tar | tar xzv && cd network-mapper curl https://github.com/Southampton-RSG/breccia-mapper/releases/latest/download/deploy-ansible.tar.gz | tar xzv && cd network-mapper
``` ```
2. Copy your logo (192x192 pixels) to `icon-192x192.png` in the `network-mapper` folder. 2. Copy your logo (192x192 pixels) to `icon-192x192.png` in the `network-mapper` folder.
@@ -75,7 +75,7 @@ To deploy the BRECcIA Network Mapper with Docker:
1. Download and extract the deployment files from [the latest release](https://github.com/Southampton-RSG/breccia-mapper/releases/latest): 1. Download and extract the deployment files from [the latest release](https://github.com/Southampton-RSG/breccia-mapper/releases/latest):
```bash ```bash
curl https://github.com/Southampton-RSG/releases/latest/download/deploy-docker.tar | tar xzv && cd network-mapper curl https://github.com/Southampton-RSG/releases/latest/download/deploy-docker.tar.gz | tar xzv && cd network-mapper
``` ```
2. Copy your logo (192x192 pixels) to `icon-192x192.png` in the `network-mapper` folder. 2. Copy your logo (192x192 pixels) to `icon-192x192.png` in the `network-mapper` folder.
@@ -114,7 +114,7 @@ To deploy the BRECcIA Network Mapper with Vagrant:
1. Download and extract the deployment files from [the latest release](https://github.com/Southampton-RSG/breccia-mapper/releases/latest): 1. Download and extract the deployment files from [the latest release](https://github.com/Southampton-RSG/breccia-mapper/releases/latest):
```bash ```bash
curl https://github.com/Southampton-RSG/releases/latest/download/deploy-vagrant.tar | tar xzv && cd network-mapper curl https://github.com/Southampton-RSG/releases/latest/download/deploy-vagrant.tar.gz | tar xzv && cd network-mapper
``` ```
2. Copy your logo (192x192 pixels) to `icon-192x192.png` in the `network-mapper` folder. 2. Copy your logo (192x192 pixels) to `icon-192x192.png` in the `network-mapper` folder.