Skip to content
Loris Sauter edited this page Aug 5, 2019 · 4 revisions

Welcome to the virtual-exhibition-manager-ui wiki!

Setup VREM and VREMui Quick Guide

Assuming you already know how to operate VREM and a default VREM is running on its default port 4567, you only have to change the REST endpoint's address.

For instance, when running VREM locally, this would probably look as follows:

[...]
export class RestfulService {
    /** URL to the RESTful endpoint. */
    private _endpoint: string = 'http://localhost:4567/';

[...]

Otherwise replace localhost with your endpoint

Clone this wiki locally