Initial Assumptions
To complete this tutorial, we assume the following:
- You have a CyVerse (formerly known as iPlant) account
- If not, register here: https://user.cyverse.org/
- You have access to a Linux or Mac OS X command line environment
- You have Git, cURL, and Bash installed
- These are installed by default on many machines
- Verify installation by typing
which git
,which curl
, andwhich bash
in a terminal window - You are comfortable editing text files and working at the command line
Back to: README | Next: Installing the Agave CLI |