dgraph-io / gru

Help identify the right minions
Apache License 2.0
46 stars 12 forks source link

500 Internal Server Error #142

Closed skprasadu closed 4 weeks ago

skprasadu commented 7 years ago

I am setting this up in Ubuntu.

I followed the instructions as mentioned in the setup and started the dgraph using,

started dgraphzero as below sudo docker run -it -p 8080:8080 -p 9080:9080 -v ~/dgraph:/dgraph --name dgraph dgraph/dgraph dgraphzero -w zw

and dgraph

sudo docker exec -it dgraph dgraph --bindall=true --memory_mb 2048 -peer 127.0.0.1:8888

I also saw the handshake.

Now when I started gru as below,

go build . && ./gru -user=admin -pass=pass -secret=0a45e5eGseF41o071 9PJ39KljMK4F4v2

and finally started caddy under admin/webUI

I opened the Chrome browser and added one questions. I got the "500 Internal Server Error" . Please show me how to enable debug log. Please guide me resolve this.

Thanks a lot. Also, I want to deploy this in AWS, please guide me on how to do this.

Krishna