Automatic download error report

Do you agree to the terms of the Dgraph Community License? [Y/n] y
Latest release version is v21.03.1.
Downloading checksum file for v21.03.1 build.

curl: (35) gnutls_handshake() failed: The TLS connection was non-properly terminated.
Sorry. Binaries not available for your platform. Please compile manually: https://dgraph.io/docs/deploy/#building-from-source

There was some problem while installing Dgraph. Please share the output of this script with us on http://discuss.dgraph.io so that we can resolve the issue for you.

Download complete.
Inflating binaries (password may be required).
bash: line 210: command: -,: invalid option
command: usage: command [-pVv] command [arg …]
There was some problem while installing Dgraph. Please share the output of this script with us on http://discuss.dgraph.io so that we can resolve the issue for you.

Plase share the command used and what OS you are using.

command:curl https://get.dgraph.io -sSf | bash -s – --systemd
Os:Linux version 4.4.0-93-generic (buildd@lgw01-03) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.4) ) #116-Ubuntu SMP Fri Aug 11 21:17:51 UTC 2017
Now the new question is Download complete.
Inflating binaries (password may be required).
bash: line 210: command: -,: invalid option
command: usage: command [-pVv] command [arg …]
There was some problem while installing Dgraph. Please share the output of this script with us on http://discuss.dgraph.io so that we can resolve the issue for you.

command:curl https://get.dgraph.io -sSf | bash -s – --systemd Os:Linux version 4.4.0-93-generic (buildd@lgw01-03) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.4) ) #116-Ubuntu SMP Fri Aug 11 21:17:51 UTC 2017 I have two more questions: first, can the clustered version be deployed only through AWS;Second, how does the free version use the ratel UI

Looking forward to your reply

------------------ Original ------------------

You are using a single dash, it should be double dash.

Make sure you are running as sudo

This error is about the single dash. This is OS related.

Yes, you can do whatever you want with the binary.

Deploy it via Ratel’s image (see Dgraph’s docker hub) or use http://play.dgraph.io/

Just point the address to your cluster IP with the port 8080 if not forwarded via some reverse proxy or something.

I want to install and deploy the DGraph cluster in an offline Linux environment, but I can’t find the deployment method after Manual Download on my website .
when I use the command dgraph alpha --my=IPADDR:7080 --zero=localhost:5080 to Run Dgraph Alpha the error to report E0714 20:13:01.990860 5321 groups.go:1181] Error during SubscribeForUpdates for prefix “\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x15dgraph.graphql.schema\x00”: Unable to find any servers for group: 1. closer err:
E0714 20:13:02.991819 5321 groups.go:1181] Error during SubscribeForUpdates for prefix “\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x15dgraph.graphql.schema\x00”: Unable to find any servers for group: 1. closer err:
E0714 20:13:03.974495 5321 admin.go:857] namespace: 0. Error reading GraphQL schema: Please retry again, server is not ready to accept requests.

怎么样才能在离线的linux环境最简单的安装部署Dgraph集群

have you change this to the host ip? If not, start from sccratch and set the right host ip or set localhost instead,