meza
meza copied to clipboard
Setup an enterprise MediaWiki server with simple commands
### Changes Add Apache rewrite rule to protect `.git` folders ### Issues * Closes #988 ### Post-merge actions None
Would like a property to set in /opt/conf-meza/public/public.yml that keeps "meza deploy" from changing anything in the systems current apache/httpd configuration. This is needed for sites that have an httpd.conf...
Would like a property to set in /opt/conf-meza/public/public.yml that keeps "meza deploy" from changing anything in the systems current haproxy configuration. This is needed for sites that have an haproxy...
### Environment ### RHEL7, Meza 1.30, HAProxy changed from "SSL Termination" to "SSL Passthrough" Apache re-worked to handle all traffic as SSL MEZA deploy modified to never alter HAProxy config...
It's very easy to search across elasticsearch indices: ```bash # List indices curl localhost:9200/_cat/indices?v # Search all indices curl "localhost:9200/_all/_search/?q=Some%20search" | jq . # Search multiple indices as once curl...
### Environment - Machine or Virtual Machine details: (All of VirtualBox, VMWare, Digital Ocean, AWS, etc) - Operating System: (all) - meza version hash: 3aee77a ### Issue details Deploys will...
Run something like the following on all PHP files generated by a jinja template: ```bash php -d error_reporting=32767 -l /path/to/file.php ``` Ideally make it so the file is tested first...
**This issue outlines several causes of intermittent deploy failures. By far the most common one is something failing when Parsoid tries to restart. At present there is no separate issue...
Consider https://www.mediawiki.org/wiki/Extension:Maintenance
Also: optional faster deploys...just PHP file updates, extensions, MW core, etc.