You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
git version || yum install git -y \
&& git clone 'https://[email protected]/zebestof/zbo-ana.git' $GOPATH/src/github.com/user/zbo-ana
cd $GOPATH \
&& go get gopkg.in/olivere/elastic.v2 \
&& go get github.com/gorilla/mux \
&& go get github.com/oschwald/maxminddb-golang
[optional] Create e new build, skipping every steps before "Build zbo-ana"
docker run -it $IMAGE_ID /bin/bash
export PATH=$PATH:/usr/local/go/bin
export GOPATH=$HOME/work
cd $GOPATH/src/github.com/user/zbo-ana
git pull
cd $GOPATH
go install github.com/user/zbo-ana