Skip to content
New issue

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

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

Already on GitHub? # to your account

404 for readme "install locally" URL #7

Closed
ksamuel opened this issue Apr 27, 2021 · 3 comments
Closed

404 for readme "install locally" URL #7

ksamuel opened this issue Apr 27, 2021 · 3 comments

Comments

@ksamuel
Copy link

ksamuel commented Apr 27, 2021

README says to do:

go get github.com/allaboutapps/integresql/cmd/server

But:

$ http github.com/allaboutapps/integresql/cmd/server --check-status --follow
HTTP/1.1 404 Not Found

github.com/allaboutapps/integresql/tree/master/cmd/server does exist but:

$ go get -v github.com/allaboutapps/integresql/blob/master/cmd/server/  
github.com/allaboutapps/integresql (download)
package github.com/allaboutapps/integresql/blob/master/cmd/server: cannot find package "github.com/allaboutapps/integresql/blob/master/cmd/server" in any of:
	/usr/lib/go-1.13/src/github.com/allaboutapps/integresql/blob/master/cmd/server (from $GOROOT)
	/home/user/go/src/github.com/allaboutapps/integresql/blob/master/cmd/server (from $GOPATH) ```
@majodev
Copy link
Contributor

majodev commented Apr 28, 2021

Hi,

this might be related to Go modules @v1.13, anything >v1.14 should be fine, just tried the following inside a golang:1.16.3 container:

$ go get github.com/allaboutapps/integresql/cmd/server
go: downloading github.com/allaboutapps/integresql v1.0.0
go get: added github.com/allaboutapps/integresql v1.0.0
$ go install github.com/allaboutapps/integresql/cmd/server # installs as `server` executable

We only use the allaboutapps/integresql docker image currently within allaboutapps/go-starter, so there might still be issues when installing IntegreSQL locally that we are unaware of yet.

@ksamuel
Copy link
Author

ksamuel commented Apr 28, 2021

As I said, github.com/allaboutapps/integresql/cmd/server is a 404 for me. It's not related to go.

image

@majodev
Copy link
Contributor

majodev commented Jan 30, 2024

Closed via #16

@majodev majodev closed this as completed Jan 30, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants