= Globus Connect Personal Initial Setup = You need to follow the steps the first time you use Globus Connect Personal on Cypress. 1. Start an interactive session on Centos7 node. {{{ idev -t 4 --partition=centos7 }}} 2. load module {{{ module load globusconnectpersonal/3.2.5 }}} 3. Run setup {{{ globusconnect -setup --no-gui }}} You will get messages like below: {{{ Globus Connect Personal needs you to log in to continue the setup process. We will display a login URL. Copy it into any browser and log in to get a single-use code. Return to this command with the code to continue setup. Login here: ----- 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 ----- Enter the auth code: }}} 4. Copy URL between ----- and ----- and paste it into a web browser on Mac, Windows or Linux. You will get a page like below. [[Image()]] {{{ Enter the auth code: SphA50U0oWH08i7boS2olZtJaTIwtL == starting endpoint setup Input a value for the Endpoint Name: cypress-fuji registered new endpoint, id: 0a3***90-a83d-1**f-8**fc-9b52***efe6 setup completed successfully }}} == To remove your setting == {{{ rm -rf ~/.globusonline }}}