Skip to content

Commit

Permalink
Merge pull request #693 from pareenaverma/content_review
Browse files Browse the repository at this point in the history
Tab formatting fix for MongoDB LP
  • Loading branch information
pareenaverma committed Jan 17, 2024
2 parents 51b2647 + e6edf06 commit e7ab95c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Installing Apache Maven:
```

Installing Python 2.7:
```

{{< tabpane code=true >}}
{{< tab header="Ubuntu" >}}
sudo apt-get update
Expand All @@ -41,7 +41,7 @@ sudo yum install python2
{{< /tab >}}
{{< /tabpane >}}
{{% notice Python Note%}}
```

For Ubuntu 22.04 the `python` package may not be found. You can install Python 2.7 using:
```console
sudo apt install python2 -y
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ This is an open source Java application that tests the MongoDB performance, such
## Install OpenJDK packages

Install the appropriate run-time environment to be able to use the performance test tool.
```

{{< tabpane code=true >}}
{{< tab header="Ubuntu" >}}
sudo apt-get install -y openjdk-18-jre
Expand All @@ -22,7 +22,7 @@ sudo apt-get install -y openjdk-18-jre
sudo yum install java-17-openjdk
{{< /tab >}}
{{< /tabpane >}}
```

For more information see the [OpenJDK](https://openjdk.org/install/) website.

## Setup the MongoDB performance test tool
Expand Down

0 comments on commit e7ab95c

Please sign in to comment.