Cgboal / SonarSearch

A rapid API for the Project Sonar dataset
MIT License
641 stars 96 forks source link

SonarSearch on Debian #18

Closed samb00ka closed 3 years ago

samb00ka commented 3 years ago

Trying to get it working on Debian, but with no success. Could you please give some detailed instructions? Are there any other ways on how to get access to your API?

Cgboal commented 3 years ago

What issues are you having?

On Fri, Dec 4, 2020, 9:40 AM samb00ka notifications@github.com wrote:

Trying to get it working on Debian, but with no success. Could you please give some detailed instructions? Are there any other ways on how to get access to your API?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/Cgboal/SonarSearch/issues/18, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABD4Q7BTR3JOSD5ETXB73ADSTCVAVANCNFSM4UNGDWZA .

samb00ka commented 3 years ago

I've installed go and then according to the instructions. There were no mistakes during installation, but when I type "crobat -h" I get "bash: go: command not found"

Cgboal commented 3 years ago

Is your GOPATH setup correctly?

samb00ka commented 3 years ago

Yes, I believe, according to the instructions https://golang.org/doc/install export PATH=$PATH:/usr/local/go/bin

Cgboal commented 3 years ago

Hm, not sure. Try the docker version if you like:

docker run cgboal/crobat -s google.com