Skip to content

Instantly share code, notes, and snippets.

@douglase
Last active May 29, 2017 15:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save douglase/dceabb36229a561a03ef8aa84c73dc85 to your computer and use it in GitHub Desktop.
Save douglase/dceabb36229a561a03ef8aa84c73dc85 to your computer and use it in GitHub Desktop.
Cyverse Data Storage notes
sudo apt-get install apt-transport-https #not pre-installed on GCE Debian

Setup apt for packages from https://packages.irods.org/

wget -qO - https://packages.irods.org/irods-signing-key.asc | sudo apt-key add -
echo "deb [arch=amd64] https://packages.irods.org/apt/ $(lsb_release -sc) main" | sudo tee /etc/apt/sources.list.d/renci-irods.list
sudo apt-get update

(this failed). This worked:

 wget ftp://ftp.renci.org/pub/irods/releases/4.1.10/ubuntu14/irods-icommands-4.1.10-ubuntu14-x86_64.deb
 sudo dpkg --install irods-icommands-4.1.10-ubuntu14-x86_64.deb
 iinit

DNS: data.cyverse.org Port: 1247 username: cyverse-username password: cyverse-password

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment