This commit is contained in:
+5
-5
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user