Skip to content

Instantly share code, notes, and snippets.

@hmartiniano
Created October 23, 2019 15:44
Show Gist options
  • Save hmartiniano/8b19511e915a648c5abc0b0965f58799 to your computer and use it in GitHub Desktop.
Save hmartiniano/8b19511e915a648c5abc0b0965f58799 to your computer and use it in GitHub Desktop.
#!/bin/bash
curl -LOs https://downloads.globus.org/toolkit/globus-connect-server/globus-connect-server-repo_latest_all.deb
dpkg -i globus-connect-server-repo_latest_all.deb
apt-get update
# Install Globus Connect Server:
apt-get install globus-connect-server
(echo << EOF
[Endpoint]
Name = $ENDPOINT
Public = False
EOF
) > /etc/globus-connect-server.conf
globus-connect-server-setup
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment