⚠️ This repository is outdated and has been archived.
This repo makes all the magic of open-museum.ch:
- Sapper/Svelte, d3shooter and Janus Gateway powered front end of open-museum.ch
- Omeka S cultural heritage object management system collections.open-museum.ch
- Reverse proxy from Traefik for the routing and securing of all traffic
Install Docker.
Copy and edit .env.example
cp .env.example .env
nano .env
Create file stubs for Traefik
touch traefik/acme.json
touch traefik/traefik.log
Export environment variables and use setup.sh
to create database.ini
and set permissions
source .env
bash setup.sh
docker-compose up -d
You might need to fix some permissions to make Traefik and Omeka s work.
chmod 600 traefik/acme.json
chown -R www-data:www-data omeka-web
This project is maintained by @open-museum. 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 |
Changes are planned. A roadmap will be published in time.
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