Make software accessible
From Geoscience Paper of the Future
What This Task Involves
1. Understand how to use GitHub to make software accessible
Training Materials
This training session was held on March 6, 2015:
- Presentation -- to be posted
- Step-by-step guide on setting up GitHub
1. Pre-Requisites 1.1 Download and install hub.github.com. You will need to install 'brew', and 'go' after. 1.2 Install brew Untar anywhere and then symlink the brew command elsewhere. 2. Brew Dependencies 2.1 Install go $ brew install go add path to .cshrc and/or .bashrc:
setenv GOPATH /usr/local/homebrew/Cellar/go/1.4.2/bin (csh) export GOPATH=/usr/local/homebrew/Cellar/go/1.4.2/bin (bash)
2.2 Install hub
Suggested Readings
- TBD
What To Do
- TBD