From ee0441a40d29995c4112c8fab5cfe82f200b8f74 Mon Sep 17 00:00:00 2001 From: a <> Date: Fri, 7 Mar 2025 14:35:23 +0000 Subject: [PATCH] chore: updates for clarity --- docs/dci-deploysas9.md | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/docs/dci-deploysas9.md b/docs/dci-deploysas9.md index 1ae22ea..5b59667 100644 --- a/docs/dci-deploysas9.md +++ b/docs/dci-deploysas9.md @@ -22,7 +22,7 @@ The Stored Processes are deployed using a SAS Program. This should be executed ```sas %let appLoc=/Shared Data/apps/DataController; /* CHANGE THIS!! */ -filename dc url "https://git.datacontroller.io/dc/dc/releases/download/vX.X.X/sas9.sas; /* use correct release */ +filename dc url "https://git.datacontroller.io/dc/dc/releases/download/latest/sas9.sas; %inc dc; ``` @@ -39,20 +39,18 @@ The Data Controller frontend comes pre-built, and ready to deploy to the root of Deploy as follows: 1. Download the `frontend.zip` file from: [https://git.datacontroller.io/dc/dc/releases](https://git.datacontroller.io/dc/dc/releases) -2. Unzip and place in the [htdocs folder of your SAS Web Server](https://sasjs.io/frontend-deployment/#sas9-deploy) - typically `!SASCONFIG/LevX/Web/WebServer/htdocs`. -3. Open the `index.html` file and update the values as follows: +2. Unzip and place in the [htdocs folder of your SAS Web Server](https://sasjs.io/frontend-deployment/#sas9-deploy) - typically a subdirectory of: `!SASCONFIG/LevX/Web/WebServer/htdocs`. +3. Open the `index.html` file and update the values in the `` tag as follows: * `appLoc` - same as per SAS code in the section above - * `serverType` - should be `SAS9` + * `serverType` - change this to`SAS9` * `serverUrl` - Provide only if your SAS Mid Tier is on a different domain than the web server (protocol://SASMIDTIERSERVER:port) * `loginMechanism` - set to `Redirected` if using SSO or 2FA * `debug` - set to `true` to debug issues on startup (otherwise it's faster to leave it off and turn on in the application itself when needed) -The remaining properties are not relevant for a SAS 9 deployment. +The remaining properties are not relevant for a SAS 9 deployment and can be **safely ignored**. -![](img/indexhtml_settings.png) - -You can now open the app at `https://YOURWEBSERVER/unzippedfoldername` and follow the configuration steps (DC Physical Location and Admin Group) to complete deployment. +You can now open the app at `https://YOURWEBSERVER/unzippedfoldername` (step 2 above) and follow the configuration steps (DC Physical Location and Admin Group) to complete deployment. #### 3 - Run the Configurator