| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -59,9 +59,9 @@ Install each of the things listed below: | |||
| 59 | 59 | ||
| 60 | 60 | #### Configuration files | |
| 61 | 61 | ||
| 62 | - You need 3 files on your machine. | ||
| 62 | + You need 4 files on your machine. | ||
| 63 | 63 | ||
| 64 | - 1. `/etc/gu/install_vars` | ||
| 64 | + * `/etc/gu/install_vars` | ||
| 65 | 65 | ``` | |
| 66 | 66 | STAGE=DEV | |
| 67 | 67 | ``` | |
@@ -72,6 +72,13 @@ STAGE=DEV | |||
| 72 | 72 | ||
| 73 | 73 | Ask your team mates to share it with you if you don't get any results. | |
| 74 | 74 | ||
| 75 | + * `~/.aws/config` | ||
| 76 | + | ||
| 77 | + ``` | ||
| 78 | + [profile nextgen] | ||
| 79 | + region = eu-west-1 | ||
| 80 | + ``` | ||
| 81 | + | ||
| 75 | 82 | * `~/.aws/credentials` | |
| 76 | 83 | ||
| 77 | 84 | Ask your team mate to create an account for you and securely send you the access key. For security, you must enable MFA - ask if you're not sure what this means. | |
| Back | FazBrowse Home | New Git URL |
0 commit comments