Go to file
2024-03-23 15:43:58 +01:00
database.ini Update: Docker Image Omeka S - Apache2 PHP8.1 2024-03-23 12:39:29 +01:00
docker-compose.yml Update: Docker Image Omeka S - Apache2 PHP8.1 2024-03-23 12:39:29 +01:00
docker-entrypoint.sh Update: Configs and Dockerfile modules 2024-03-23 15:43:58 +01:00
Dockerfile Update: Configs and Dockerfile modules 2024-03-23 15:43:58 +01:00
envvars Update: Docker Image Omeka S - Apache2 PHP8.1 2024-03-23 12:39:29 +01:00
local.config.php.sample Update: Configs and Dockerfile modules 2024-03-23 15:43:58 +01:00
omeka.apache2.conf Update: Configs and Dockerfile modules 2024-03-23 15:43:58 +01:00
README.md Update: Docker Image Omeka S - Apache2 PHP8.1 2024-03-23 12:39:29 +01:00

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