open-museum / open-museum.ch

The open-museum is an independent digital museum and was created within 48 hours during the #VersusVirus-Hackathon.
https://open-museum.ch/
MIT License
5 stars 0 forks source link
museum museum-digital versus-virus versusvirus

open-museum.ch

⚠️ This repository is outdated and has been archived.

This repo makes all the magic of open-museum.ch:

GitHub issues GitHub forks GitHub stars GitHub license

Installation

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

Usage

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

Support

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

Roadmap

Changes are planned. A roadmap will be published in time.

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors and acknowledgment

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details