Created
October 30, 2017 01:01
-
-
Save hakatashi/ade8ef990584d8a0e7fccf147d5f9f52 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sudo yum update -y && sudo yum install golang fuse -y && export GOPATH=$HOME/go && go get github.com/kahing/goofys && go install github.com/kahing/goofys | |
| mkdir s3 | |
| ~/go/bin/goofys hakata-generic s3 | |
| sudo yum install nodejs npm --enablerepo=epel -y | |
| sudo npm i -g n | |
| sudo n latest | |
| sudo yum remove nodejs | |
| vim .ssh/github.id_rsa | |
| chmod 600 .ssh/github.id_rsa | |
| GIT_SSH_COMMAND="ssh -i ~/.ssh/github.id_rsa -F /dev/null" git clone [email protected]:InfovisHandsOn/A_D4.git |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment