subugoe / germaniasacra
TYPO3 Flow package for Germania Sacra
Installs: 525
Dependents: 2
Suggesters: 0
Security: 0
Stars: 1
Watchers: 8
Forks: 0
Open Issues: 1
Type:typo3-flow-package
This package is auto-updated.
Last update: 2021-11-05 12:31:31 UTC
README
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