database.ini | ||
docker-compose.yml | ||
docker-entrypoint.sh | ||
Dockerfile | ||
envvars | ||
local.config.php.sample | ||
omeka.apache2.conf | ||
README.md |
Omeka S - Apache2 PHP
Docker image for Omeka S using Apache2
Runing Apache2 with omeka user
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