...
Open a new Terminal window: New >> Terminal.
Get the latest version of Globus Connect Personal. Run the following command in the Terminal window:
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.5, but that may change as Globus updates the Globus Connect Personal client.
Code Block | ||
---|---|---|
| ||
./globusconnectpersonal-3.12.65/globusconnectpersonal -setup |
...
Code Block | ||
---|---|---|
| ||
./globusconnectpersonal-3.12.65/globusconnectpersonal -start & |
...
Code Block | ||
---|---|---|
| ||
echo '$HOME/globusconnectpersonal-3.12.65/globusconnectpersonal -start &' >> .bash_profile |
...