Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[README] Add 'Getting Started' step to load sem doms #3230

Merged
merged 1 commit into from
Jul 5, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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
Expand Down
Loading