cookbook 'mediawiki', '~> 1.0.14'
mediawiki (11) Versions 1.0.14 Follow4
Installs/Configures mediawiki
cookbook 'mediawiki', '~> 1.0.14', :supermarket
knife supermarket install mediawiki
knife supermarket download mediawiki
GitHub: https://github.com/spindance-ops/sd.chef.mediawiki
Don't have a chef server? Ubuntu/Redhat Installer: https://raw.githubusercontent.com/spindance-ops/sd.chef.mediawiki/master/MediaWikiInstaller.bash
Containerized Mediawiki
Known Issues and Todos (the short list I'm sure):
- My semver usage is probably terrible. It's all a patch!
- I don't know why I don't have exposed confs for php-fpm. An oversight worth fixing.
- The value of node attributes is dubious at best. Somethings are hard coded, somethings are attributes.
- Following the prior, conf files need better templatization (any templatization?).
- I have small changes I make to the mediawiki code base to allow for auto generation of LocalSettings in the base dir. May be a security risk in one form or another.
- Following the prior, should those changes be maintained in a mediawiki fork, or in this cookbooks files?
- Right now, docker start/stop container is your init scripts. I'd like to change this.
- Need to create a build pipeline for releases of various versions of things.
- Release all the docker files used to build fpm and parsoid (the fpm build is kind of opinionated at the moment).
What is it?
Installing mediawiki is a bit of a pain (especially with the visual editor). The directions are sometimes unclear on which packages are required for the php compile. At the very least in a platform agnostic manner. As it stands it should work with either debian or redhat based systems that docker supports (at this very moment only tested on Centos 7.2.)
Why it's better than the mediawiki sponsored docker setup.
The official mediawiki docker image doesn’t really subscribe to the docker ideology. It’s all blob’d into one container. This follows the one service per container concept and is built in a way that that allows for agnostic immutable system setup. I’ll touch on this in the setup section.
Setup
There are three folders of interest, these will be configured on system initialization by chef:
/var/lib/mysql (Can use existing installation. See Caveat Emptor)
/var/www/mediawiki (This will be initialized only once. See Caveat Emptor)
/etc/parsoid (This I think is going to be overridden each time. Todo:fix)
The following is not required, just a suggestion.
So ideally your data is on designated data volumes. Our setup is such that there is a mounted data volume mounted on let’s say /app. Then you have all your folders in this folder so:
/app/
mediawiki/
mysql/
parsoid/
From here, you’ll use bind mounts because docker doesn’t like symlinks.
mount -o bind /app/parsoid /etc/parsoid
mount -o bind /app/mysql/ /var/lib/mysql
mount -o bind /app/mediawiki/ /var/www/mediawiki
This is nice, because now your system can be truly ephemeral and your data can live wherever.
Usage and Common Tasks
Starting and Stopping Services
docker stop CONTAINER_NAME; docker start CONTAINER_NAME
Accessing Daemon Logs
docker logs [ -f ] CONTAINER_NAME
Accessing a Shell
docker exec -ti CONTAINER_NAME /bin/sh
Managing the Database
docker exec -ti mariadb mysql
Caveat Emptor
Per the usual, this is an open source project maintained by some random guy on the internet. Use at your own risk.
Things
The mariadb container will not reinitialize an existing mysql directory. I have not reviewed their code on how that works. I think I grabbed the latest mariadb image (drop in mysql replacement) so if you have an old mysql and use it as your base dir it may try to upgrade things. I don’t know, I have not tried it. So just be aware and use at your own risk if you’re trying to use and existing mysql install.
Mediawiki is pulled from git using the chef git resource provider. It does a checkout and only does it once based on a set attribute. Still make backups of important things. It should go without saying.
Requirements
Chef 12+ (probably the latest chef 12 would be best)
Attributes
Nope, don't use em. You can go poke a bit if you want, but it works out of the box. It'll get better in terms of customization.
Contributing
Feel free to sumbit bugs, and submit pulls. I'll try to be as engaged as possible. This is my first community project so bear with me.
License and Authors
Authors: Ryan Lewkowicz
Dependent cookbooks
docker >= 2.9.2 |
ark >= 0.0.0 |
Contingent cookbooks
There are no cookbooks that are contingent upon this one.
sd.chef.wiki CHANGELOG
This file is used to list changes made in each version of the sd.chef.wiki cookbook.
0.1.0
- [your_name] - Initial release of sd.chef.wiki
Check the Markdown Syntax Guide for help with Markdown.
The Github Flavored Markdown page describes the differences between markdown on github and standard markdown.
Collaborator Number Metric
1.0.14 failed this metric
Failure: Cookbook has 0 collaborators. A cookbook must have at least 2 collaborators to pass this metric.
Contributing File Metric
1.0.14 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a CONTRIBUTING.md file
Foodcritic Metric
1.0.14 failed this metric
FC064: Ensure issues_url is set in metadata: mediawiki/metadata.rb:1
FC065: Ensure source_url is set in metadata: mediawiki/metadata.rb:1
FC066: Ensure chef_version is set in metadata: mediawiki/metadata.rb:1
FC067: Ensure at least one platform supported in metadata: mediawiki/metadata.rb:1
FC075: Cookbook uses node.save to save partial node data to the chef-server mid-run: mediawiki/recipes/default.rb:73
FC075: Cookbook uses node.save to save partial node data to the chef-server mid-run: mediawiki/recipes/default.rb:174
Run with Foodcritic Version 16.3.0 with tags metadata,correctness ~FC031 ~FC045 and failure tags any
No Binaries Metric
1.0.14 passed this metric
Testing File Metric
1.0.14 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a TESTING.md file
Version Tag Metric
1.0.14 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must include a tag that matches this cookbook version number
1.0.14 failed this metric
1.0.14 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a CONTRIBUTING.md file
Foodcritic Metric
1.0.14 failed this metric
FC064: Ensure issues_url is set in metadata: mediawiki/metadata.rb:1
FC065: Ensure source_url is set in metadata: mediawiki/metadata.rb:1
FC066: Ensure chef_version is set in metadata: mediawiki/metadata.rb:1
FC067: Ensure at least one platform supported in metadata: mediawiki/metadata.rb:1
FC075: Cookbook uses node.save to save partial node data to the chef-server mid-run: mediawiki/recipes/default.rb:73
FC075: Cookbook uses node.save to save partial node data to the chef-server mid-run: mediawiki/recipes/default.rb:174
Run with Foodcritic Version 16.3.0 with tags metadata,correctness ~FC031 ~FC045 and failure tags any
No Binaries Metric
1.0.14 passed this metric
Testing File Metric
1.0.14 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a TESTING.md file
Version Tag Metric
1.0.14 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must include a tag that matches this cookbook version number
1.0.14 failed this metric
FC065: Ensure source_url is set in metadata: mediawiki/metadata.rb:1
FC066: Ensure chef_version is set in metadata: mediawiki/metadata.rb:1
FC067: Ensure at least one platform supported in metadata: mediawiki/metadata.rb:1
FC075: Cookbook uses node.save to save partial node data to the chef-server mid-run: mediawiki/recipes/default.rb:73
FC075: Cookbook uses node.save to save partial node data to the chef-server mid-run: mediawiki/recipes/default.rb:174
Run with Foodcritic Version 16.3.0 with tags metadata,correctness ~FC031 ~FC045 and failure tags any
1.0.14 passed this metric
Testing File Metric
1.0.14 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a TESTING.md file
Version Tag Metric
1.0.14 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must include a tag that matches this cookbook version number
1.0.14 failed this metric
1.0.14 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must include a tag that matches this cookbook version number