Skip to content
This repository has been archived by the owner on Oct 19, 2021. It is now read-only.

subugoe/Subugoe.GermaniaSacra

Repository files navigation

Subugoe.GermaniaSacra

Import MS Access Dumps

Put the necessary files (klosterdatenbankdump.sql, GS-citekeys.csv) in the directory Build/GermaniaSacra/Access.

Then start the command ./flow germaniasacra:importaccess and the database tables will be created.

Todo

  • Add data conversion script
  • Add solr import

Solr Configuration

Configure your Solr connection in the settings.yaml according to the following syntax:

Subugoe:
  GermaniaSacra:
    solr:
      host: '127.0.0.1'
      port: 8983
      path: '/solr/germaniasacra'

Commit Message Format

[TASK|BUGFIX|FEATURE] ADWD-[0-9]+ Short description in english

Also read hints from http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html