Skip to content

Commit

Permalink
- update the instruction;
Browse files Browse the repository at this point in the history
- change the heartbeat setting in Shinyproxy;
  • Loading branch information
Yu Li committed Jun 16, 2020
1 parent cd30dd9 commit 8c7b2d6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions config/shinyproxy/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ proxy:
port: 8080
container-log-path: /container-logs
authentication: simple
heartbeat-rate: 10000
heartbeat-timeout: 60000
heartbeat-rate: 60000
heartbeat-timeout: 1800000
admin-groups: admins
users:
- name: admin # username
Expand Down Expand Up @@ -33,7 +33,7 @@ proxy:
container-cmd: ["R", "-e", "shiny::runApp('/root/shinyapp', host='0.0.0.0', port=3838)"]
container-image: cocomcie/test_ic
container-network: "${proxy.docker.container-network}"
access-groups: [admins, scientists, stakeholder]
access-groups: [admins, stakeholder]
- id: 03_testApp
display-name: airGR
description: Web-app of GR Hydrological Models for Precipitation-Runoff Modelling
Expand Down
2 changes: 1 addition & 1 deletion doc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ First of all, please download the framework from [here](htpps://www.example.com)
docker pull cocomcie/virtue
```
This step only needs to be done once.
4. Start the program by typing `docker-compose -f run_examples.yml up -d`. Now the system should be running on background;
4. Start the program by typing `docker-compose -f run_examples.yml up -d`. The program will download a few necessary packages (takes about 2-3 mins depending on Internet connection), and then it should be running in the background;
5. On the browser, one can then access the database and the apps as below:

- **Shiny apps**: visit `http://localhost:80` and login the app using a valid username and password. A list of legitimate users are given below:
Expand Down

0 comments on commit 8c7b2d6

Please sign in to comment.