Connecting Cyverse to GitHub¶
Log in to Cyverse¶
- Go to the Cyverse user account website https://user.cyverse.org/
- Click
Sign up
(if you do not already have an account)
- Head over to the Cyverse Discovery Environment https://de.cyverse.org, and log in with your new account.
You should now see the Discovery Environment:
- We will give you permissions to access the Hackathon app. If you haven't already, let us know that you need access
Open up an analysis with the hackathon environment (Jupyter Lab)¶
-
From the Cyverse Discovery Environment, click on
Apps
in the left menu -
Select
JupyterLab ESIIL
-
Configure and launch your analysis - when choosing the disk size, make sure to choose 64GB or greater. The rest of the settings you can change to suit your computing needs:
-
Click
Go to analysis
: -
Now you should see Jupyter Lab!
Set up your GitHub credentials¶
If you would prefer to follow a video instead of a written outline, we have prepared a video here:¶
-
From Jupyter Lab, click on the Git Extension icon on the left menu:
-
Click
Clone a Repository
and Paste the link to the cyverse-utils https://github.com/CU-ESIIL/cyverse-utils.git and clickClone
: -
You should now see the
cyverse-utils
folder in your directory tree (provided you haven't changed directories from the default/home/jovyan/data-store
-
Go into the
cyverse-utils
folder: -
open up the
create_github_keypair.ipynb
notebook if you prefer Python or the 'create_github_keypair.R' script if you prefer R by double-clicking and then select the default 'macrosystems' kernel: -
Now you should see the notebook open. Click the
play
button at the top. You will be prompted to enter your GitHub username and email:
-
You should now see your Public Key. Copy the WHOLE LINE including
ssh-ed25519
at the beginning and thejovyan@...
at the end -
Go to your GitHub settings page (you may need to log in to GitHub first):
-
Select
SSH and GPG keys
-
Select
New SSH key
-
Give your key a descriptive name, paste your ENTIRE public key in the
Key
input box, and clickAdd SSH Key
. You may need to re-authenticate with your password or two-factor authentication.: -
You should now see your new SSH key in your
Authentication Keys
list! Now you will be able to clone private repositories and push changes to GitHub from your Cyverse analysis!
NOTE! Your GitHub authentication is ONLY for the analysis you're working with right now. You will be able to use it as long as you want there, but once you start a new analysis you will need to go through this process again. Feel free to delete keys from old analyses that have been shut down.