Skip to content

gbv/archaeodox-servicer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

archaeoDox Servicer

This application is part of the archaeoDox system and is called by the archaeoDox Fylr plugin. Its primary purpose is to connect a Fylr instance with Field databases; therefore it needs a FieldHub server instance to run.

Functions

Field database creation

For each newly created "Vorgang" object where the vocabulary concept in field "Vorgangskategorie" is a subconcept of a certain configured concept, a Field database is created. The name and password of the Field project are stored in the Fylr database.

File import

Import files from a Fylr instance to a Field project.

  • Image import
  • CSV import
  • Shapefile import

Vocabulary import

Dante vocabularies can be converted to Field valuelists and added to a Field project.

Setup

  1. Clone this repository
  2. Copy the file app/settings.py.template to app/settings.py:
scp app/settings.py.template app/settings.py
  1. Fill in the values in app/settings.py
  2. Replace the network name in docker-compose.yml (networks -> hostnet -> name) with the name of the network used by Fylr
  3. Start the servicer with Docker:
docker compose up

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published