forked from andypetrella/pipeline
-
Notifications
You must be signed in to change notification settings - Fork 0
Github Notes
Chris Fregly edited this page Jul 23, 2016
·
1 revision
git config --global user.email "chris@fregly.com"
git config --global user.name "cfregly"
cd $PIPELINE_HOME
git remote set-url origin git@github.com:fluxcapacitor/pipeline.git
eval $(ssh-agent -s)
- SSH Keys are provided by Github through your Github account
- Put your private
github_rsaand publicgithub_rsa.pubkeys into~/.ssh/ - Modify permissions on this
github_rsafile
chmod 600 ~/.ssh/github_rsa
- Run
ssh-addand enter the passphrase used when creating the key pair
ssh-add ~/.ssh/github_rsa
Enter passphrase for ~/.ssh/github_rsa: <your-passphrase>
- If you see the following error, make sure you ran modified the permissions on your
github_rsafile above
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@ WARNING: UNPROTECTED PRIVATE KEY FILE! @
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Permissions 0644 for '/root/.ssh/github_rsa' are too open.
It is required that your private key files are NOT accessible by others.
This private key will be ignored.
Environment Setup
Demos
6. Serve Batch Recommendations
8. Streaming Probabilistic Algos
9. TensorFlow Image Classifier
Active Research (Unstable)
15. Kubernetes Docker Spark ML
Managing Environment
15. Stop and Start Environment