Omeka running under Debian with Nginx and PHP7
365
This starter kit aims to run a fresh Omeka framwork in a sec build on top of:
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!
Content type
Image
Digest
Size
123.5 MB
Last updated
over 9 years ago
docker pull aparticula/omeka