Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents
minLevel1
maxLevel7

Introduction 

The VidiCore Admin Tool is an application for easy management of entity data in VidiCore systems. The application visualizes all VidiCore API endpoints with a consistent user experience. This includes viewing lists or entities, forms that allow entry of any possible value within the schema, and actions to create/update/remove entities.

...

For this guide, we assume that you have a VidiCore instance running. This can be running either inside VidiNet or as a standalone local instance.

VidiCore version compatibility

Your VidiCore system needs to be version 4.17 or later in order to use this theme application.

Accessing the application

The VidiCore Admin Tool runs as serverless one-page application, the latest compiled version can be found here: https://vidispine.github.io/admin-tool . This version can be run towards any VidiCore system.

In addition, the following configuration is needed:

...

Info

If you want to host the default version of the Admin Tool yourself, there’s also a Docker Container available on Dockerhub https://hub.docker.com/repository/docker/vidispine/admin-tool

Prerequisite: Add CORS configuration to VidiCore  

In order to use the Github-hosted application towards your VidiCore system, the following CORS configuration must be added in VidiCore. This can be done in the console of your choice or via Postman. 
PUT /API/configuration/cors

...