maxnth / zpd-smw-playground

Opinionated dockerized playground for Semantic Mediawiki

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

smw_docker

Steps to get a basic SMW installation up and running

docker-compose up -d
  • Run GUI installation in browser (use SQLite) under localhost:<Port>
  • Download generated LocalSettings.php to this repository
  • Append enableSemantics(); to LocalSettings.php
docker-compose down
  • Uncomment LocalSettings.php line in docker-compose.yaml
docker-compose start
docker-compose exec smw php maintenance/update.php
  • Open SMW at localhost:<Port>

About

Opinionated dockerized playground for Semantic Mediawiki


Languages

Language:Dockerfile 100.0%