Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 669 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 669 Bytes

Repository for playing with Docker and Semantic MediaWiki

  • Parameters are stored in vars.env file ((that can be modified and passed as argument to the scripts below)
  • A MariaDB and a NGINX based PHP images are created.
  • Redis and Parsoid services are also included
  • bash smw-build.sh for building images and starting the process.
  • bash smw-start.sh for starting processes once images are created.
  • Different branches provide different version combinations
  • Configuration files such as: LocalSettings.local.php or LocalSettings.redis.php are kept as -v mounted files ($CONF_PATH location)

Wiki is accessible in port 10081 (it can be changed in vars.env)