Changes between Version 2 and Version 3 of GIB-Fedora-Instructions
- Timestamp:
- 10/08/12 16:56:41 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GIB-Fedora-Instructions
v2 v3 8 8 9 9 == Install GCF == 10 11 1. Install your private key in ~/.ssh and make sure your public key has been uploaded to the server with the git repository. 12 13 2 Clone the repository and switch to the geni-in-a-box branch: 14 {{{ 15 git clone ssh://<loginId>@trac.gpolab.bbn.com/srv/git/gcf 16 git branch geni-in-a-box 17 get pull origin geni-in-a-box 18 }}} 19 20