Skip to content

Commit

Permalink
Update Docker README
Browse files Browse the repository at this point in the history
  • Loading branch information
stefandesu committed Feb 28, 2024
1 parent 53de3a5 commit 98d78cb
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions .docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ This container aims to offer all the tools and dependencies needed to build voca
- [x] Deal with modified files in the repo
- [x] Error with `brunfels`, `fid`, `fos`, `ssg` (same error?)
- [x] Error with `fivr` and `fivs`
- [ ] Error with `hochschulfaechersystematik`
- [ ] Error with `msc2010`
- [ ] `pdftotext` dependency (see `msc2020`)
- [ ] Error with `nkostypes`
- [ ] Error with `nomenclature`
- [x] Error with `hochschulfaechersystematik`
- [x] Error with `msc2010`
- [x] `pdftotext` dependency (see `msc2020`)
- [ ] `rvk`:
- [ ] Make sure it works with just `make`
- [ ] Install mc2skos from Git as described in README?
- [ ] Error with `zdb-fgs`
- [x] Error with `zdb-fgs`
- [ ] Error with `nomenclature` (#48)
- [ ] Error with `nkostypes`

Create a `docker-compose.yml` file:

Expand Down Expand Up @@ -52,10 +52,14 @@ There is a script provided in the Docker container that updates the repository a
docker compose run -it jskos-data /usr/src/app/update.ts
```

**Note:** Changes in the local data will be overridden if necessary. If there are new local files that would be overridden by remote changes, they will be moved to `.backup`.

To build all vocabularies, run build.ts:

```sh
docker compose run -it jskos-data /usr/src/app/build.ts
# Or to build single vocabularies (recommended):
docker compose run -it jskos-data /usr/src/app/build.ts bk rvk
```

## Publishing the Docker Image
Expand Down

0 comments on commit 98d78cb

Please sign in to comment.