| 1 | = Globus Connect Personal Initial Setup = |
| 2 | You need to follow the steps the first time you use Globus Connect Personal on Cypress. |
| 3 | |
| 4 | 1. Start an interactive session on Centos7 node. |
| 5 | |
| 6 | {{{ |
| 7 | idev -t 4 --partition=centos7 |
| 8 | }}} |
| 9 | |
| 10 | 2. load module |
| 11 | |
| 12 | {{{ |
| 13 | module load globusconnectpersonal/3.2.5 |
| 14 | }}} |
| 15 | |
| 16 | 3. Run setup |
| 17 | |
| 18 | {{{ |
| 19 | globusconnect -setup --no-gui |
| 20 | }}} |
| 21 | You will get messages like below: |
| 22 | {{{ |
| 23 | Globus Connect Personal needs you to log in to continue the setup process. |
| 24 | |
| 25 | We will display a login URL. Copy it into any browser and log in to get a |
| 26 | single-use code. Return to this command with the code to continue setup. |
| 27 | |
| 28 | Login here: |
| 29 | ----- |
| 30 | https://auth.globus.org/v2/oauth2/authorize?client_id=***&redirect_uri=https%**Fauth.globus.org%2Fv2%2Fweb%2Fauth-code&scope=openid+profile+urn%3Aglobus%3Aauth%3Ascope%3Aauth.globus.org%3Aview_identity_set+urn%3Aglobus%3Aauth%3Ascope%3Atransfer.api.globus.org%3Agcp_install&state=_default&response_type=code&code_challenge=e**N4&code_challenge_method=S256&access_type=online&prefill_named_grant=cypress01-066 |
| 31 | ----- |
| 32 | Enter the auth code: |
| 33 | }}} |
| 34 | |
| 35 | 4. Copy URL between ----- and ----- and paste it into a web browser on Mac, Windows or Linux. You will get a page like below. |
| 36 | |
| 37 | [[Image()]] |
| 38 | |
| 39 | |
| 40 | {{{ |
| 41 | Enter the auth code: SphA50U0oWH08i7boS2olZtJaTIwtL |
| 42 | |
| 43 | == starting endpoint setup |
| 44 | |
| 45 | |
| 46 | Input a value for the Endpoint Name: cypress-fuji |
| 47 | registered new endpoint, id: 0a3***90-a83d-1**f-8**fc-9b52***efe6 |
| 48 | setup completed successfully |
| 49 | }}} |
| 50 | |
| 51 | == To remove your setting == |
| 52 | |
| 53 | {{{ |
| 54 | rm -rf ~/.globusonline |
| 55 | }}} |