Changes between Initial Version and Version 1 of cypress/GlobusConnctPersonalSetup


Ignore:
Timestamp:
11/21/24 13:28:08 (13 hours ago)
Author:
fuji
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • cypress/GlobusConnctPersonalSetup

    v1 v1  
     1= Globus Connect Personal Initial Setup =
     2You need to follow the steps the first time you use Globus Connect Personal on Cypress.
     3
     41. Start an interactive session on Centos7 node.
     5
     6{{{
     7idev -t 4 --partition=centos7
     8}}}
     9
     102. load module
     11
     12{{{
     13module load globusconnectpersonal/3.2.5
     14}}}
     15
     163. Run setup
     17
     18{{{
     19globusconnect -setup --no-gui
     20}}}
     21 You will get messages like below:
     22{{{
     23Globus Connect Personal needs you to log in to continue the setup process.
     24
     25We will display a login URL. Copy it into any browser and log in to get a
     26single-use code. Return to this command with the code to continue setup.
     27
     28Login here:
     29-----
     30https://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-----
     32Enter the auth code:
     33}}}
     34
     354. 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{{{
     41Enter the auth code: SphA50U0oWH08i7boS2olZtJaTIwtL
     42
     43== starting endpoint setup
     44
     45
     46Input a value for the Endpoint Name: cypress-fuji
     47registered new endpoint, id: 0a3***90-a83d-1**f-8**fc-9b52***efe6
     48setup completed successfully
     49}}}
     50
     51== To remove your setting ==
     52
     53{{{
     54rm -rf ~/.globusonline
     55}}}