From 2c2aa710d16881c6b01ce3e9cf8a92fee41dd41b Mon Sep 17 00:00:00 2001 From: "D. Ror" Date: Fri, 5 Jul 2024 15:08:48 -0400 Subject: [PATCH] [README] Add 'Getting Started' step to load sem doms --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 149ac518e1..8ca3dc5ab8 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,7 @@ A rapid word collection tool. See the [User Guide](https://sillsdev.github.io/Th 2. [Linux Python Installation](#linux-python-installation) 3. [macOS Python Installation](#macos-python-installation) 4. [Python Packages](#python-packages) + 4. [Load Semantic Domains](#load-semantic-domains) 2. [Available Scripts](#available-scripts) 1. [Running in Development](#running-in-development) 2. [Using OpenAPI](#using-openapi) @@ -271,6 +272,10 @@ cd maintenance python -m piptools compile --upgrade requirements.in ``` +### Load Semantic Domains + +Data Entry will not work in The Combine unless the semantic domains have been loaded into the database. Follow the instuctions in [Import Semantic Domains](#import-semantic-domains) below to import the domains from at least one of the semantic domains XML files (which each contain domain data in English and one other language.) + ## Available Scripts ### Running in Development