Build your own Wayback Machine in 10 lines of code.
Joe Doliner
92
Amazing article with step-wise description. However in step 1 itself
- Make launch-kube throws an error
GO15VENDOREXPERIMENT=1 go install ./src/server/cmd/pachctl ./src/server/cmd/pach-deploy
src/server/cmd/pachctl/main.go:5:2: cannot find package “go.pedge.io/env” in any of:
/usr/local/go/src/go.pedge.io/env (from $GOROOT)
/work/src/go.pedge.io/env (from $GOPATH)
Makefile:63: recipe for target ‘install’ failed
2. While deploying on AWS, could you describe the steps for Creating stack on Cloud Formation, the design template, how to connect the stack to ec2 instance.