Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ramanan-ravi committed Oct 7, 2024
1 parent 95ea6af commit f6f1f75
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ You [deploy the Management Console first](https://community.deepfence.io/threatm
```shell script
# Docker installation process for ThreatMapper Management Console

wget https://github.com/deepfence/ThreatMapper/raw/release-2.3/deployment-scripts/docker-compose.yml
wget https://github.com/deepfence/ThreatMapper/raw/release-2.4/deployment-scripts/docker-compose.yml
docker-compose -f docker-compose.yml up --detach
```

Expand Down
4 changes: 2 additions & 2 deletions docs/docs/console/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ You can install the Management Console on a single Docker host or [in a dedicate

The following instructions explain how to get started with a docker-based installation on a single host system:

1. Download the file [docker-compose.yml](https://github.com/deepfence/ThreatMapper/blob/release-2.3/deployment-scripts/docker-compose.yml) to the system that will host the Console
1. Download the file [docker-compose.yml](https://github.com/deepfence/ThreatMapper/blob/release-2.4/deployment-scripts/docker-compose.yml) to the system that will host the Console

```bash
wget https://github.com/deepfence/ThreatMapper/raw/release-2.3/deployment-scripts/docker-compose.yml
wget https://github.com/deepfence/ThreatMapper/raw/release-2.4/deployment-scripts/docker-compose.yml
```

2. Execute the following command to install and start the latest build of the Console
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/console/upgrade-from-v2.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ title: Upgrade from v2.1
Please choose upgrade steps by console deployment type (docker or kubernetes)

### Prerequisite
1. Download [pre-upgrade-to-v5.sh](https://github.com/deepfence/ThreatMapper/blob/release-2.3/deepfence_neo4j/pre-upgrade-to-v5.sh) script to current directory
1. Download [pre-upgrade-to-v5.sh](https://github.com/deepfence/ThreatMapper/blob/release-2.4/deepfence_neo4j/pre-upgrade-to-v5.sh) script to current directory
2. Make `pre-upgrade-to-v5.sh` executable
```
chmod +x pre-upgrade-to-v5.sh
Expand Down
4 changes: 2 additions & 2 deletions docs/docs/developers/deploy-console.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ You should first [build the management console](build) and push the images to a
Refer to the [Docker Installation Instructions](/docs/console/docker) along with the modifications below.
:::

1. Download the file [docker-compose.yml](https://github.com/deepfence/ThreatMapper/blob/release-2.3/deployment-scripts/docker-compose.yml) to the system that will host the Console
1. Download the file [docker-compose.yml](https://github.com/deepfence/ThreatMapper/blob/release-2.4/deployment-scripts/docker-compose.yml) to the system that will host the Console

```bash
wget https://github.com/deepfence/ThreatMapper/raw/release-2.3/deployment-scripts/docker-compose.yml
wget https://github.com/deepfence/ThreatMapper/raw/release-2.4/deployment-scripts/docker-compose.yml
```

2. Execute the following command to install and start the Console. Note the override to specify your repository `myorg`, rather than the `deepfenceio` default:
Expand Down

0 comments on commit f6f1f75

Please sign in to comment.