watzek / docker-omeka

docker-compose.yml and Dockerfile for running Omeka in a container.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Omeka on Docker

Build Status

How to use me:

I just want a fresh, containerized install of Omeka:

ensure the latest versions of docker and docker-compose are installed.

curl -o https://raw.githubusercontent.com/watzek/docker-omeka/master/docker-compose.yml
docker-compose up -d

navigate to localhost in a browser and install your new Omeka. the Omeka API import plugin is included to easily import data & schema from another Omeka instance.

if you are using a proxy in front of the container like nginx-proxy with https, you can edit the HTTPS parameter in docker-compose.yml to force Omeka to use https:// urls to avoid mixed content errors.

I want to make my own custom Omeka image:

git clone https://github.com/watzek/docker-omeka.git
docker build -t my-custom-omeka .

see the wiki for more information on how the Omeka image is built.

About

docker-compose.yml and Dockerfile for running Omeka in a container.

License:Apache License 2.0


Languages

Language:ApacheConf 50.7%Language:Shell 49.3%