Sign inSign up

aparticula/omeka

By aparticula

Updated over 9 years ago

Omeka running under Debian with Nginx and PHP7

Image
0

365

aparticula/omeka repository overview

Omeka on Docker

This starter kit aims to run a fresh Omeka framwork in a sec build on top of:

  • Debian Jessie
  • Nginx
  • PHP7
  • MariaDB

Requirements

  • Docker
  • Docker-compose

Init

1 - Clone this repo

$ git clone https://github.com/aparticula/docker-omeka

2 - Get a release from Omeka

$ git clone https://github.com/omeka/Omeka/ omeka-src
$ cd omeka-src
$ git checkout v2.5

3 - Launch the containers In the root directory:

$ docker-compose up -d

4 - Create an omeka database

$ docker exec -it omeka_db mysql -uroot -proot -e "create database omeka"

Goto: http://localhost:8088/install/install.php to finish the install process.

Done!

Tag summary

Content type

Image

Digest

Size

123.5 MB

Last updated

over 9 years ago

docker pull aparticula/omeka