realm / realm-object-server

Tracking of issues related to the Realm Object Server and other general issues not related to the specific SDK's
https://realm.io
293 stars 42 forks source link

Improvement on Guide with minikube #409

Closed programaths closed 5 years ago

programaths commented 5 years ago

The guide explains that we can open http://localhost:30080. This does not work with minikube on kubuntu.

With minikube, the correct endpoints becomes: open $(minikube ip):30080

Also, on Kubuntu, it's more specifically:

xdg-open $(minikube ip):30080

mgeerling commented 5 years ago

added clarifications