Skip to content

Commit

Permalink
Merge pull request #69 from hbz/readmeAddSourceAndStrapi
Browse files Browse the repository at this point in the history
Add source code links and strapi-rpb to RPB deployment overview
  • Loading branch information
Phu2 authored Jan 31, 2024
2 parents 6502199 + 92a8c4e commit e156619
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,12 @@ cd rpb

## Deployment overview

The overall RPB system consists of 4 applications: RPB & BiblioVino (Java/Play, based on [NWBib](https://github.com/hbz/nwbib)), RPPD (Java/Play, based on [lobid-gnd](https://github.com/hbz/lobid-gnd)), and Strapi-RPB (JavaScript/React).

### RPB & BiblioVino

Source code: https://github.com/hbz/rpb & https://github.com/hbz/rpb/tree/biblioVino (https://github.com/hbz/rpb/pull/52)

| | Production | | Test | |
| --- | ---------- | --- | ---- | --- |
| Index alias | resources-rpb | http://weywot3.hbz-nrw.de:9200/resources-rpb/_search | resources-rpb-test | http://weywot3.hbz-nrw.de:9200/resources-rpb-test/_search
Expand All @@ -32,11 +36,22 @@ cd rpb

### RPPD

Source code: https://github.com/hbz/lobid-gnd/tree/rppd (https://github.com/hbz/lobid-gnd/pull/361)

| | Production | | Test | |
| --- | ---------- | --- | ---- | --- |
| Index alias | gnd-rppd | http://weywot3.hbz-nrw.de:9200/gnd-rppd/_search | gnd-rppd-test | http://weywot3.hbz-nrw.de:9200/gnd-rppd-test/_search
| rppd instance (port 1993) | quaoar1:~/git/rppd | https://rppd.lobid.org/search | quaoar3:~/git/rppd | http://test.rppd.lobid.org/search |

### Strapi-RPB

Source code: https://github.com/hbz/strapi-rpb

| | Production | | Test | |
| --- | ---------- | --- | ---- | --- |
| Admin UI | metadaten-nrw:/opt/strapi-rpb$ | https://rpb-cms.lobid.org/admin | test-metadaten-nrw:/opt/strapi-rpb$ | https://rpb-cms-test.lobid.org/admin
| Search API | " | [https://rpb-cms.lobid.org/api/articles?populate=*](https://rpb-cms.lobid.org/api/articles?populate=*) | " | [https://rpb-cms-test.lobid.org/api/articles?populate=*](https://rpb-cms-test.lobid.org/api/articles?populate=*) |

## Transformation development

### Create lookup table
Expand Down

0 comments on commit e156619

Please sign in to comment.