diff --git a/docs/dci-deploysas9.md b/docs/dci-deploysas9.md index 765b9ad..d550797 100644 --- a/docs/dci-deploysas9.md +++ b/docs/dci-deploysas9.md @@ -31,12 +31,12 @@ If you don't have internet access from SAS, download `sas9.sas` from [here](http #### 2 - Deploy the Frontend -The Data Controller frontend comes pre-built, and ready to deploy to the root of the SAS Web Server (mid-tier). +The Data Controller frontend comes pre-built, and ready to deploy to the SAS Web Server (mid-tier). 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 a subdirectory of: `!SASCONFIG/LevX/Web/WebServer/htdocs`. +2. Create a folder for Data Controller 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` - and unzip the archive **into** that folder. The archive holds the frontend files at its root, so `index.html` sits directly inside your folder (alongside the `images` folder and the compiled asset files) - for example `htdocs/dc/index.html`. 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 @@ -47,7 +47,7 @@ Deploy as follows: The remaining properties are not relevant for a SAS 9 deployment and can be **safely ignored**. -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. +You can now open the app at `https://YOURWEBSERVER/` (the folder created in step 2 above) and follow the configuration steps (DC Physical Location and Admin Group) to complete deployment. #### 3 - Run the Configurator