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.
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.