Administration of an instance

The administration interface

When logged in as administrator, an administration tab appears in the navigation bar.

If the tab doesn’t appear, ask another administrator to check your permissions.

Administration tools

User management

The user management tool lets you create, modify and delete users.

Find it in the Users tab your administration interface.

This page is mainly used to add new users, using the button at the top of the page.

It is also possible to generate quick login links for existing users using the icon to the right of each user.

Data export

The administration interface allows you to export all eCorpus instance data.

This feature should only be used for very small instances. Do not attempt to export large quantities of data from the interface!

In the Home tab of the administration interface:

Click on Download all scenes.

The download should take a few seconds.

The exported Zip file has the following structure:

scenes/
├── scene1/
│   ├── scene.svx.json
│   ├── models/
│   │   ├── scene1.glb
│   ├── articles/
│   │   ├── article1-fr.html
│   │   ├── article1-en.html
│   ├── scene-image-high.jpg
│   ├── scene-image-low.jpg
│   ├── scene-image-medium.jpg
│   ├── scene-image-thumb.jpg
├── scene2/
  [...]

See also

Configuration options