Skip to content

Instantly share code, notes, and snippets.

@tkuennen
Created August 21, 2018 18:39
Show Gist options
  • Select an option

  • Save tkuennen/4abe6985bbc0e57b263495256fc57819 to your computer and use it in GitHub Desktop.

Select an option

Save tkuennen/4abe6985bbc0e57b263495256fc57819 to your computer and use it in GitHub Desktop.
sudo yum -y install epel-release
sudo curl -LOs https://downloads.globus.org/toolkit/globus-connect-server/globus-connect-server-repo-latest.noarch.rpm
sudo rpm --import https://downloads.globus.org/toolkit/gt6/stable/repo/rpm/RPM-GPG-KEY-Globus
sudo yum -y install globus-connect-server-repo-latest.noarch.rpm
sudo yum clean all
sudo yum -y install yum-plugin-priorities
sudo yum -y install globus-connect-server
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment