fix: headings
Publish to docs.datacontroller.io / Deploy docs (push) Successful in 1m4s

This commit is contained in:
4gl
2026-04-23 10:50:21 +01:00
parent b880988887
commit 1ca32b4b71
+5 -5
View File
@@ -80,7 +80,7 @@ To avoid giving users the ability to run code on that context (and shared system
Services are deployed by running a SAS program.
#### Deploy Services: Streaming Deploy
**Streaming Deploy:**
Run the following in SAS Studio:
@@ -90,7 +90,7 @@ filename dc url "https://git.datacontroller.io/dc/dc/releases/download/latest/vi
%inc dc;
```
#### Deploy Services: Separated Deploy
**Separated Deploy:**
Run the following in SAS Studio:
@@ -102,15 +102,15 @@ filename dc url "https://git.datacontroller.io/dc/dc/releases/download/latest/vi
### Configure Frontend
#### Streaming Deploy
**Streaming Deploy:**
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).
#### Separated Deploy
**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).
#### index.html
**index.html**
The following attributes may be updated in the index.html file. For streaming deploy, be sure to use the JobExecution app (not SAS Studio) for correct file type handling.