Getting started with DGraph from src build and Ratel

What I want to do

I want to get started with the DGraph Community edition. The question I have is that I want to use ratel. I have been able to install dgraph from source in a VirtualBox environment. Now I want to access and use Ratel, but it cannot connect to my http:IPADDR-DGRAPH:8000. What am I missing?

What I did

I have been able to install (build from src) DGraph on Ubuntu 20.04. It seems to work.

Dgraph metadata

Dgraph version : v20.11.2
Dgraph codename : tchalla-2
Dgraph SHA-256 : 0153cb8d3941ad5ad107e395b347e8d930a0b4ead6f4524521f7a525a9699167
Commit SHA-1 : 94f3a0430
Commit timestamp : 2021-02-23 13:07:17 +0530
Branch : HEAD
Go version : go1.15.5
jemalloc enabled : true

The port 8000 is wrong. This is Ratel’s port. The Dgraph’s port is 8080.

Or if it is some other case. Try to free the port in your VM or Docker if the case. If it’s Docker, you may have forgotten to forward the port.