From b9e180b84cafc09f74cf2e3fd37843c3b5f0ac63 Mon Sep 17 00:00:00 2001 From: Mihajlo Medjedovic Date: Wed, 17 Feb 2021 12:57:30 +0100 Subject: [PATCH 1/3] Update dci-deploysasviya.md --- docs/dci-deploysasviya.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/dci-deploysasviya.md b/docs/dci-deploysasviya.md index 207a674..f0af9f9 100644 --- a/docs/dci-deploysasviya.md +++ b/docs/dci-deploysasviya.md @@ -82,7 +82,10 @@ To explain each of these lines: ### Deploy frontend -Unzip the frontend into the `/var/www/html` directory of the SAS Web Server. Open the `index.html` and update the `appLoc` attribute - this should point at the root folder in SAS Drive where the Job Execution services will be created. +Unzip the frontend into the `/var/www/html` directory of the SAS Web Server. Open the `index.html` and update the following: + +- `appLoc` attribute - this should point at the root folder in SAS Drive where the Job Execution services will be created. +- `contextName` attribute - here you should put the compute context you created in earlier step. ### Deploy backend The services can be deployed using a hidden menu in Data Controller. Navigate to the app, and add `/deploy` to the url. From 13056fefce38b3bcce4e9e9c7c84e703b85d0476 Mon Sep 17 00:00:00 2001 From: Mihajlo Medjedovic Date: Wed, 17 Feb 2021 13:05:22 +0100 Subject: [PATCH 2/3] Update dci-deploysasviya.md --- docs/dci-deploysasviya.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/dci-deploysasviya.md b/docs/dci-deploysasviya.md index f0af9f9..9d85b9d 100644 --- a/docs/dci-deploysasviya.md +++ b/docs/dci-deploysasviya.md @@ -85,7 +85,7 @@ To explain each of these lines: Unzip the frontend into the `/var/www/html` directory of the SAS Web Server. Open the `index.html` and update the following: - `appLoc` attribute - this should point at the root folder in SAS Drive where the Job Execution services will be created. -- `contextName` attribute - here you should put the compute context you created in earlier step. +- `contextName` attribute - here you should put the compute context you created in the earlier step. ### Deploy backend The services can be deployed using a hidden menu in Data Controller. Navigate to the app, and add `/deploy` to the url. From 5ecf290a3292b2ad41deaca1c943208712c36e09 Mon Sep 17 00:00:00 2001 From: Yury Shkoda Date: Wed, 17 Feb 2021 16:44:05 +0300 Subject: [PATCH 3/3] chore: improved the grammar --- docs/dci-deploysasviya.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/dci-deploysasviya.md b/docs/dci-deploysasviya.md index 9d85b9d..399c13a 100644 --- a/docs/dci-deploysasviya.md +++ b/docs/dci-deploysasviya.md @@ -82,10 +82,10 @@ To explain each of these lines: ### Deploy frontend -Unzip the frontend into the `/var/www/html` directory of the SAS Web Server. Open the `index.html` and update the following: +Unzip the frontend into `/var/www/html` directory of the SAS Web Server. Open `index.html` and update the following: -- `appLoc` attribute - this should point at the root folder in SAS Drive where the Job Execution services will be created. -- `contextName` attribute - here you should put the compute context you created in the earlier step. +- `appLoc` attribute - this should point to the root folder on SAS Drive where the Job Execution services will be created. +- `contextName` attribute - here you should put the compute context that you created in the earlier step. ### Deploy backend The services can be deployed using a hidden menu in Data Controller. Navigate to the app, and add `/deploy` to the url.