From 4372fdeb60d92b24d1803fa10e6ac76b4bd992d2 Mon Sep 17 00:00:00 2001 From: Nisha Bagdwal Date: Fri, 2 Aug 2024 10:49:15 -0400 Subject: [PATCH] HPCC-31857: Updated documentation --- esp/src/test-ui/tests/framework/SetupForDev.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/esp/src/test-ui/tests/framework/SetupForDev.md b/esp/src/test-ui/tests/framework/SetupForDev.md index 0ca6b0de58b..19b1ca119fe 100644 --- a/esp/src/test-ui/tests/framework/SetupForDev.md +++ b/esp/src/test-ui/tests/framework/SetupForDev.md @@ -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:**