Skip to content

Latest commit

 

History

History
10 lines (5 loc) · 798 Bytes

dist_frontend.md

File metadata and controls

10 lines (5 loc) · 798 Bytes

This section describes how to get the Sparv frontend up and running on your own machine. Begin by downloading the latest source zip from here. The source code is made available under the MIT license.

Requirements

  • A web server, such as Apache or equivalent.

Installation

The frontend comes pre-compiled in the zip and can be installed by simply dropping the dist folder into your web server root. Consult your web server documentation for more details. You will also need to set some configuration variables in dist/config.js in order to point your frontend to the correct backend address and to the address of the default JSON schema file.