2023-01-24 19:00:39 +01:00

52 lines
1.0 KiB
Plaintext

##
## READ THIS BEFORE ASKING QUESTIONS
##
0: LICENSE, TERMS, SPECIAL REMARKS
1: REQUIREMENTS
2: DATABASE STRUCTURE
3. CONFIGURATION
3.2 FRONT-END
4. BACK_END PRECHECK
##
##
##
0 LICENSE, TERMS, SPECIAL REMARKS
(add license, would prefer open type)
2 DATABASE STRUCTURE
Most tables start with prefixes that denote their function.
- publications is the main table containing common publication data
- p_* tables contain additional publication data for specific types
- l_* tables for lists (entities) such as authors, publishers, languages,..
- l_* tables also for parent (master) publication lists
publication -> p_newspaperArticle -> l_newspaper
publication->p->journalArticle -> l_journal
book chapter -> book is excemption as we also have book type:
publication->p_book
publication->p_bookChapter->p_book
- dict_x_y store relationships between a and b
-
##
##
##
3.2 CONFIGURATION: FRONT-END
open index.php and set API_URL for the correct API URL (line 9)