mediawiki/Makefile
paul 5cfd3c1641 chore: update to mediawiki 1.37
- Bump dependencies
- Remove deprecated dependencies
- Use Semantic Media Wiki 4
- Add helper scripts for local testing
- Add S3 capabilities
- Add RemoteUser capabilities

This makes it almost possible to use this image stateless.
SMW adds a config file on installation, this is tracked in Issue #2

Co-authored-by: Paul <paul@zom.bi>
Reviewed-on: #1
2022-03-19 12:49:52 +01:00

8 lines
107 B
Makefile

build:
docker build -t tmp .
run:
docker-compose up
install:
docker-compose exec wiki bash db-setup.sh