...
Code Block |
---|
|
wget https://downloads.globus.org/globus-connect-personal/v3/linux/stable/globusconnectpersonal-latest.tgz |
...
Run the following setup command in the Terminal window. You will be presented with a link to log into Globus (the link is rather long and copying it can be tricky. Clicking on it in the Terminal window will not successfully open the page). . Current release is 3.2.2, but that may change as Globus updates the Globus Connect Personal client.
Code Block |
---|
|
./globusconnectpersonal-3.12.62/globusconnectpersonal -setup |
...
Code Block |
---|
|
./globusconnectpersonal-3.12.62/globusconnectpersonal -start & |
...
Code Block |
---|
|
echo '$HOME/globusconnectpersonal-3.12.62/globusconnectpersonal -start &' >> .bash_profile |
...