Skip to content

Commit b681f3c

Browse files
committed
Work-in-progress blog 3
1 parent 31b8342 commit b681f3c

File tree

4 files changed

+17
-1
lines changed

4 files changed

+17
-1
lines changed

_posts/2024-08-13-getting-started-with-iiif-omekas.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ docker compose logs -f
112112
```
113113

114114
There are some manual configuration steps to perform after the Docker containers have started.
115-
- [Configure Solr backend](README-02-Solr.md)
115+
- [Configure Solr backend](https://github.com/MaastrichtU-Library/omekas-docker/blob/master/README-02-Solr.md)
116116

117117
When all containers have started, you will find the services at the following URLs:
118118
- **Omeka S:** http://omeka.local _(usr/pwd: admin@example.org / foobar)_

_posts/2024-08-14-installing-iiif-with-omekas.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,20 @@ In our [previous post](./getting-started-with-iiif-omekas.html) we talked about
1414
running locally with Docker. In this post we describe the steps to take when installing IIIF to your Omeka S production
1515
environment.
1616

17+
### Architecture
18+
There are many ways to work with IIIF and Omeka S and there is a lot of free software available. We chose for an
19+
architecture in which all IIIF components are located within Omeka S. This has its pros and cons (more on
20+
that in another blog post), but the main argument is because of simplicity in data management. Omeka S is already used
21+
in our library and our collection managers are familiar with its data entry and data management flows. Introducing an
22+
additional "moving part" to the infrastructure would make things more complicated with little added value (at least for
23+
the scale we're using Omeka S on).
1724

25+
Our chosen architecture looks as follows:
26+
27+
![architecture 1](../assets/img/posts/iiif-architecture-1-web.jpg)
28+
29+
![architecture 2](../assets/img/posts/iiif-architecture-2-web.jpg)
30+
31+
This blog describes the actions to take to get this architecture installed on your Omeka S production environment.
32+
33+
**(TODO: ADD STEPS HERE)**
99.4 KB
Loading
99.5 KB
Loading

0 commit comments

Comments
 (0)