watson-intu / self

Intu is a Cognitive Embodiment Middleware for AI on the edge.
Other
28 stars 27 forks source link

Allow remote access to Intu dashboard #10

Closed takaomoriyama closed 7 years ago

takaomoriyama commented 7 years ago

Eliminated all absolute representations of host/endpoint/port in Intu Web contents, and changed to relative form so that Intu dashboard can be accessed remotely.

This patch is effective on all platforms if we want to access Intu dashboard remotely, and mandatory if we want to configure Intu on Pepper.

Signed-off-by: Takao Moriyama moriyama@jp.ibm.com

rlyle commented 7 years ago

This looks good, did you test this? I ask because I don't have a pepper to run this on.

takaomoriyama commented 7 years ago

@rlyle Yes, I verified this solution with my Pepper. Please note that (1) PR https://github.com/watson-intu/self/pull/10 is prereq of this PR, and (2) I just tested this with Chrome on my MacBook Pro. With Safari or Firefox, some portion of the dashboard won't show up. There seems to be some web browser dependency. which will be addressed as another issue.