nautilus / gateway

A federated api gateway for graphql services. https://gateway.nautilus.dev/
MIT License
397 stars 49 forks source link

-bash: ./gateway: No such file or directory #157

Closed ivekov closed 2 years ago

ivekov commented 2 years ago

After downloading the files of service, i run: ' ./gateway start --port 4000 --services http://localhost:3000,http://localhost:3001'

And recieve the error: '-bash: ./gateway: No such file or directory'

Tried different installation variants.

ivekov commented 2 years ago

You have to change guide, or tell everyone to:

  1. Install golang
  2. Go to cmd/gateway
  3. Run 'go build .'
  4. Run 'go run . start --port 4000 --services http://localhost:3000,http://localhost:3001 '

Otherwise it won't start. I work with node, php, python, how could i knew that i have to use 'go build' command?

JohnStarich commented 2 years ago

@ivekov Thanks for opening. This is fixed as of v0.2.5