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

I can't Install, please can someone help me? #33

Closed
Asmyort opened this issue Nov 18, 2013 · 5 comments
Closed

I can't Install, please can someone help me? #33

Asmyort opened this issue Nov 18, 2013 · 5 comments

Comments

@Asmyort
Copy link

Asmyort commented Nov 18, 2013

I have a virtualbox with o.s arch linux, but I don't know where I have to install, I did it:

  1. created tiedot folder on Desktop, I did export GOPATH='pwd' and then go get...
    when I did go get I looked two msj: open pws/src/loveoneanother.at/tiedot/gommap/mmap.go: No such file or directory,
    the same messaje for /pws/src/loveoneanother.at/tiedot/uid/uid.go
  2. when I wrote ./bin/tiedot ... don´t work

Can Someone help me?

Thanks

@NoahShen
Copy link
Collaborator

Did you put the sources under 'pwd'/src/loveoneanother.at/tiedot/ ?

@Asmyort
Copy link
Author

Asmyort commented Nov 19, 2013

I think yes, I mean
I opened the terminal
cd /home/user/Destokp
mkdir tiedot && cd tiedot
export GOPATH='pwd'
go get loveoneanother.at/tiedot

when finished the download I found that it created the folders 'pwd'/src/loveanother.at/tiedot/

But I can't do nothing more, I mean the command ./bin/tiedot -mode=v2 -dir=/tmp/MyDatabase -port=8080 dont work

@NoahShen
Copy link
Collaborator

You can try to

  • export GOPATH='pwd'
  • mkdir 'pwd'/src/loveanother.at/tiedot/
  • put the sources under this folder
  • 'cd src'
  • 'go get loveoneanother.at/tiedot/'

@HouzuoGuo
Copy link
Owner

Reminder added in 23c96d5

pwd should be surrounded by backtick, not apostrophe.

@Asmyort
Copy link
Author

Asmyort commented Nov 19, 2013

Thanks, the problem was the apostrophe.

@Asmyort Asmyort closed this as completed Nov 19, 2013
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

3 participants