fix: separate
All checks were successful
Publish to docs.datacontroller.io / Deploy docs (push) Successful in 1m1s

This commit is contained in:
_
2026-02-27 14:07:09 +00:00
parent 5dfbc2526e
commit 6a950ea839

View File

@@ -42,7 +42,7 @@ The below areas of the SAS Viya platform are modified when deploying Data Contro
Data Controller deployment is split between 2 deployment types:
* Streaming (web content served from SAS Drive)
* Seperated (web content served from dedicated web server)
* Separated (web content served from dedicated web server)
For most customers, the streaming approach is preferred, as it makes the deployment much simpler.
@@ -86,7 +86,7 @@ filename dc url "https://git.datacontroller.io/dc/dc/releases/download/latest/vi
%inc dc;
```
#### Deploy Services: Seperated Deploy
#### Deploy Services: Separated Deploy
Run the following in SAS Studio:
@@ -102,7 +102,7 @@ filename dc url "https://git.datacontroller.io/dc/dc/releases/download/latest/vi
At the end of the SAS log from Step 2, there will be a link (`YOURSAS.SERVER/SASJobExecution?_file=/YOUR/APPLOC/services/DC.html`). Open this in **SASJobExecution** (not SAS Studio) to perform the configuration (below).
#### Configure Frontend: Seperated Deploy
#### Configure Frontend: Separated Deploy
Unzip the frontend into your chosen directory (eg `/var/www/html/DataController`) on the SAS Web Server. Edit `index.html` to perform the configuration (below).