Skip to content

Commit

Permalink
Fixed some warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagoyeds committed Dec 11, 2020
1 parent 239a539 commit 7085d2c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Binary file modified docs/build/doctrees/README.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/environment.pickle
Binary file not shown.
6 changes: 3 additions & 3 deletions docs/source/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ npm install
## Configure

Edit the following files:
- [Backend configuration file](assets/backend.config) allows the communication with the SAPS catalog. Change the ```$dashboard_access_port``` to assign the port you want to use to access the dashboard graphical interface and change the ```$catalog_ip_address``` to assign the SAPS Catalog ip address.
- [Backend configuration file](https://github.com/ufcg-lsd/saps-dashboard/blob/develop/backend.config) allows the communication with the SAPS catalog. Change the ```$dashboard_access_port``` to assign the port you want to use to access the dashboard graphical interface and change the ```$catalog_ip_address``` to assign the SAPS Catalog ip address.

```json
{
Expand All @@ -48,7 +48,7 @@ Edit the following files:
}
```

- [SAPS Scripts](dashboardApp.js) to make available new versions of the algorithms, for the three steps of the SAPS workflow (input downloading, preprocessing and processing). Any new algorithm should be packed as a docker image. See below an example on how to specify the algorithms:
- [SAPS Scripts](https://github.com/ufcg-lsd/saps-dashboard/blob/develop/public/dashboardApp.js) to make available new versions of the algorithms, for the three steps of the SAPS workflow (input downloading, preprocessing and processing). Any new algorithm should be packed as a docker image. See below an example on how to specify the algorithms:

```javascript
let scriptsTags =
Expand Down Expand Up @@ -83,7 +83,7 @@ let scriptsTags =
```
**Note: The SAPS scripts configured here must be the same as the Dispatcher component and Scheduler component**

- [SAPS Dispatcher Service URL](assets/dashboardApp.js) allows the communication with the SAPS dispatcher. Assing the dispatcher address (```http://$dispatcher_access_ip:$dispatcher_access_port/```) into the ```urlSapsService``` property.
- [SAPS Dispatcher Service URL](https://github.com/ufcg-lsd/saps-dashboard/blob/develop/public/dashboardApp.js) allows the communication with the SAPS dispatcher. Assing the dispatcher address (```http://$dispatcher_access_ip:$dispatcher_access_port/```) into the ```urlSapsService``` property.

**Note: The ```$dispatcher_access_port``` must be the same as the ```submission_rest_server_port``` property in the [Dispatcher component configuration file](https://github.com/ufcg-lsd/saps-engine/blob/develop/config/dispatcher.conf)**

Expand Down

0 comments on commit 7085d2c

Please sign in to comment.