⚠️ This repository is outdated and has been archived.
Omeka S is a web publishing platform for digital cultural heritage collections.
Install Docker.
Go to example
Copy and edit .env.example
cd example
cp .env.example .env
nano .envExport environment variables and use setup.sh to create database.ini and set permissions
cd example
source .env
bash setup.shIf you want to start a local development instance, use docker-compose.dev.yml.
cd example
docker-compose --file docker-compose.dev.yml up -dStart Omeka S
cd example
docker-compose up -dIf your installation complains about not being able to write to the folder files, fix permissions accordingly.
cd example
chown -R www-data:www-data files logs modules themesIf you run your installation in production edit `example/Dockerfile accordingly.
FROM openmuseum/omeka-s
COPY ./config/.htaccess-production /usr/src/omeka-s/.htaccess
COPY ./config/database.ini /usr/src/omeka-s/config/database.ini
COPY ./config/local.config-production.php /usr/src/omeka-s/config/local.config.php
COPY ./config/php-production.ini /usr/local/etc/php/php.ini
RUN service apache2 restartStop Omeka S
cd example
docker-compose up -dInstall EasyInstall to make your life more easy
cd example
cd modules
curl -L -o EasyInstall-3.2.5.zip "https://github.com/Daniel-KM/Omeka-S-module-EasyInstall/releases/download/3.2.5/EasyInstall-3.2.5.zip"
unzip EasyInstall-3.2.5.zip
rm EasyInstall-3.2.5.zipThis project is maintained by @maehr. Please understand that we won't be able to provide individual support via email. We also believe that help is much more valuable if it's shared publicly, so that more people can benefit from it.
| Type | Platforms |
|---|---|
| 🚨 Bug Reports | GitHub Issue Tracker |
| 🎁 Feature Requests | GitHub Issue Tracker |
| 🛡 Report a security vulnerability | GitHub Issue Tracker |
No changes are currently planned.
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
We use SemVer for versioning. For the versions available, see the tags on this repository.
- Moritz Mähr - Initial work - maehr
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details
