Skip to content

Commit

Permalink
HPCC-31857: Updated documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Nisha-Bagdwal committed Aug 2, 2024
1 parent 44eef9c commit 4372fde
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions esp/src/test-ui/tests/framework/SetupForDev.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,25 @@ This documentation provides a comprehensive guide to setting up an Ubuntu VM on
**After successfully installing the VM, proceed with installing the HPCC-Platform:**

1. **Download the HPCC-Platform package:**

Use the below command in your VM terminal to download the latest release:
```sh
wget {url of the latest hpcc release}
```
For example:
```sh
wget https://cdn.hpccsystems.com/releases/CE-Candidate-9.8.2/bin/platform/hpccsystems-platform-community_9.8.2-1jammy_amd64_withsymbols.deb
wget https://cdn.hpccsystems.com/releases/CE-Candidate-9.8.x/bin/platform/hpccsystems-platform-community_9.8.x-1jammy_amd64_withsymbols.deb
```

2. **Install the package:**

Use the below command in your VM terminal to install the version you downloaded above:
```sh
sudo dpkg -i {the version that you downloaded above}
```
For example:
```sh
sudo dpkg -i hpccsystems-platform-community_9.8.2-1jammy_amd64_withsymbols.deb
sudo dpkg -i hpccsystems-platform-community_9.8.x-1jammy_amd64_withsymbols.deb
```

3. **Fix missing dependencies:**
Expand Down

0 comments on commit 4372fde

Please sign in to comment.