omeka/README.md

49 lines
682 B
Markdown
Raw Normal View History

# Omeka S - Apache2 PHP
Docker image for _Omeka S_ using Apache2
Runing Apache2 with _omeka_ user
https://omeka.org/s/
Preinstaller modules:
- Omeka Importer
- PMH Repository
- Bulk Edit
- Easy Admin
- Custom Vocab
- Advanced Search
- Metadata Browse
- Mapping
- Site Slug as Subdomain
- Value Suggest
- Rights Statemets
- CSS Editor
- Extract Text
- Comment
- Blocks Disposition
- Generic
- Folksonomy
## Configure
Environment variables:
* MYSQL_DATABASE omeka
* MYSQL_USER omeka
* MYSQL_PASSWORD omeka
* MYSQL_HOST db
## Use
```
$ docker compose up -d
```
## Build
```
$ docker build . -t omeka-s:php-fpm8.1 --build-arg PHP_VERSION=8.1 --build-arg NODE_VERSION=20
```