Skip to content

Commit

Permalink
Further clarify confusion between where to run deployment commands wh…
Browse files Browse the repository at this point in the history
…en setting up SSH tunnels. (#3537)

Co-authored-by: Abhi Vaidyanatha <abhivaidyanatha@Abhis-MacBook-Pro.local>
  • Loading branch information
avaidyanatha and Abhi Vaidyanatha committed May 21, 2021
1 parent 38249f9 commit 3fbb382
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/deploying-airbyte/on-aws-ec2.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ The instructions have been tested on `Amazon Linux 2 AMI (HVM)`
## Install environment

{% hint style="info" %}
This part assumes that you have access to a terminal on your workstation
Note: The following commands will be entered either on your local terminal or in your ssh session on the instance terminal. The comments above each command block will indicate where to enter the commands.
{% endhint %}

* Connect to your instance
Expand Down
7 changes: 5 additions & 2 deletions docs/deploying-airbyte/on-gcp-compute-engine.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ The instructions have been tested on `Debian GNU/Linux 10 (buster)`
## Install environment

{% hint style="info" %}
This part assumes that you have access to a terminal on your workstation
Note: The following commands will be entered either on your local terminal or in your ssh session on the instance terminal. The comments above each command block will indicate where to enter the commands.
{% endhint %}

* Set variables in your terminal
Expand All @@ -45,7 +45,10 @@ gcloud init # Follow instructions

{% tab title="Ubuntu" %}
```bash
# FIXME
echo "deb [signed-by=/usr/share/keyrings/cloud.google.gpg] https://packages.cloud.google.com/apt cloud-sdk main" | sudo tee -a /etc/apt/sources.list.d/google-cloud-sdk.list
sudo apt-get install apt-transport-https ca-certificates gnupg
curl https://packages.cloud.google.com/apt/doc/apt-key.gpg | sudo apt-key --keyring /usr/share/keyrings/cloud.google.gpg add -
sudo apt-get update && sudo apt-get install google-cloud-sdk
```
{% endtab %}
{% endtabs %}
Expand Down

0 comments on commit 3fbb382

Please sign in to comment.