Skip to content

Commit

Permalink
Link to readme instead of folder
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Solymos <[email protected]>
  • Loading branch information
psolymos committed Oct 16, 2023
1 parent 3eea74d commit 8db96d1
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions 01-cloud-vm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -512,13 +512,13 @@ Create the following script named `update.sh` in the home directory (`touch upda
```bash
#! /bin/sh

## Pull existing images
## pull existing images
docker images |grep -v REPOSITORY|awk '{print $1":"$2}'|xargs -L1 docker pull

## pick up changes
docker-compose up -d

## Prune dangling images
## prune dangling images
docker system prune -f
```

Expand Down
4 changes: 2 additions & 2 deletions 02-data-proc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

> Data related scripts, i.e. compile final data to be displayed by the app.
- [`wbi_nwt`](./wbi_nwt/): NWT extent
- [`wbi`](./wbi/): full WBI extent
- [`wbi_nwt`](./wbi_nwt/README.md): NWT extent
- [`wbi`](./wbi/README.md): full WBI extent
4 changes: 2 additions & 2 deletions 03-apps/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

> Shiny apps
- [`wbi_nwt`](./wbi_nwt/): NWT extent
- [`wbi`](./wbi/): full WBI extent
- [`wbi_nwt`](./wbi_nwt/README.md): NWT extent
- [`wbi`](./wbi/README.md): full WBI extent
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

This repository contains the following folders:

- [`01-cloud-vm`](./01-cloud-vm/): scripts related to deployment, hosting, data migration
- [`02-data-proc`](./02-data-proc/): data related scripts, i.e. compile final data to be displayed by the app
- [`03-apps`](./03-apps/): the Shiny apps
- [`01-cloud-vm`](./01-cloud-vm/README.md): scripts related to deployment, hosting, data migration
- [`02-data-proc`](./02-data-proc/README.md): data related scripts, i.e. compile final data to be displayed by the app
- [`03-apps`](./03-apps/README.md): the Shiny apps

0 comments on commit 8db96d1

Please sign in to comment.