Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 706 Bytes

File metadata and controls

13 lines (10 loc) · 706 Bytes

WARNING - Used for personal purposes

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)