MediaWiki: Difference between revisions

 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
==Installation==
See [https://hub.docker.com/_/mediawiki mediawiki] for instructions on deployment.<br>
I have a container image with my preferred extensions at https://github.com/dli7319/docker-mediawiki.


To update, bump your image version and then in your container run:
<pre>
php maintenance/run.php update
</pre>


==Wikitext==
==Wikitext==
Line 22: Line 29:


==Restricting Access==
==Restricting Access==
See [https://www.mediawiki.org/wiki/Category:Page_specific_user_rights_extensions https://www.mediawiki.org/wiki/Category:Page_specific_user_rights_extensions]
See [https://www.mediawiki.org/wiki/Category:Page_specific_user_rights_extensions https://www.mediawiki.org/wiki/Category:Page_specific_user_rights_extensions].<br>
I use the Lockdown extension.


==TODO==
==TODO==
* Find a way to insert text files into mediawiki (either via upload or as text).
* Find a way to insert text files into mediawiki (either via upload or as text).
** These should be downloadable with a link.
** These should be downloadable with a link.
** Bonus if <code>.js</code> files and WebGL shaders can be made runnable.
** Bonus if we can get syntax highlighting for code and if WebGL shaders can be made runnable.


==Writing Extensions==
==Writing Extensions==