Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Any document about how to install it on a ubuntu server? #26

Open
imfht opened this issue Jun 9, 2018 · 0 comments
Open

Any document about how to install it on a ubuntu server? #26

imfht opened this issue Jun 9, 2018 · 0 comments

Comments

@imfht
Copy link

imfht commented Jun 9, 2018

OS: ubuntu 16.04
golang: go1.10.2 linux/amd64
docker: 1.13.1
Too hard to install it without a document. And ./install-deps.sh not working on ubuntu 16.04 and the docker file can not build success either.

docker build

root@ubuntu-s-1vcpu-1gb-sfo2-01:~/tenta-dns# docker build .
Sending build context to Docker daemon 2.354 MB
Step 1/6 : FROM alpine
latest: Pulling from library/alpine
ff3a5c916c92: Pull complete
Digest: sha256:e1871801d30885a610511c867de0d6baca7ed4e6a2573d506bbec7fd3b03873f
Status: Downloaded newer image for alpine:latest
 ---> 3fd9065eaf02
Step 2/6 : RUN mkdir -p /etc/nsnitch/conf.d &&     mkdir -p /etc/nsnitch/certs &&     mkdir -p /etc/nsnitch/geo.db
 ---> Running in 89e4c9331241
 ---> 790124d324a4
Removing intermediate container 89e4c9331241
Step 3/6 : ADD $GOPATH/github.com/tenta-browser/tenta-dns/etc/words.txt /etc/nsnitch/words.txt
lstat github.com/tenta-browser/tenta-dns/etc/words.txt: no such file or directory

install-dep.sh

root@ubuntu-s-1vcpu-1gb-sfo2-01:~/tenta-dns# ./install-deps.sh
Installing dependencies
github.com/golang/dep (download)
./install-deps.sh: line 26: /bin/dep: No such file or directory

build.sh

build.sh seems works fine.

root@ubuntu-s-1vcpu-1gb-sfo2-01:~/tenta-dns# ./build.sh
Compiling to GOPATH/bin
Compiling version development@ab5714f

But how can I start tenta now?

some other info maybe usable

I installed golang by

snap install --classic go
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant