Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hisplan committed Nov 4, 2021
1 parent 981188b commit 8fc2e2a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -359,19 +359,19 @@ backend {
SSH into the Cromwell server EC2 instance. Run the following command to download the setup package (the repository must be publicly accessible):

```bash
wget https://github.com/hisplan/cromwell-gwf-setup/archive/refs/tags/v0.1.10.tar.gz
wget https://github.com/hisplan/cromwell-gwf-setup/archive/refs/tags/v0.1.11.tar.gz
```

If the setup package is in private repository, use the following command instead. Replace `xyz-123-abc` with your own GitHub token:

```bash
curl -L -o cromwell-gwf-setup-0.1.10.tar.gz -H "Authorization: token xyz-123-abc" https://github.com/hisplan/cromwell-gwf-setup/archive/refs/tags/v0.1.10.tar.gz
curl -L -o cromwell-gwf-setup-0.1.11.tar.gz -H "Authorization: token xyz-123-abc" https://github.com/hisplan/cromwell-gwf-setup/archive/refs/tags/v0.1.11.tar.gz
```

Decompress:

```bash
tar xvzf cromwell-gwf-setup-0.1.10.tar.gz --strip-components=1
tar xvzf cromwell-gwf-setup-0.1.11.tar.gz --strip-components=1
```

## Install Redis and Cromsfer
Expand Down

0 comments on commit 8fc2e2a

Please sign in to comment.