Skip to content
Snippets Groups Projects
user avatar
Eike Cochu authored
b34772fa
History
Code owners
Assign users and groups as approvers for specific file changes. Learn more.

Vipra UI

The frontend UI project. Built with AngularJS and many other Javascript and CSS frameworks and libraries:

Installation

Base path

Simply put all files into a static web server document root.

If the application is not deployed into a web root (/), change the base tag in the file index.html

<base href="/somepath" />

the href value has to be the same under which the application should be available, e.g. http://someserver/somepath/index.html.

Backend connection

The backend is expected to be deployed to a Java application server. To change the default REST URL, edit the file js/config.js