MediaWiki-Vagrant: Difference between revisions

provide more info on the architectural issues that are current
correct command syntax
Line 17: Line 17:
Be sure to check the documentation at [[mw:MediaWiki-Vagrant]]
Be sure to check the documentation at [[mw:MediaWiki-Vagrant]]


<code>vagrant list roles </code> To enable certain roles in your MediaWiki Vagrant: <code>vagrant roles enable <role> && vagrant provision</code>  Once you do this, and visit http://localhost:8080/wiki/Special:Version, you can check the product box showing the currently running versions of 'MediaWiki, PHP, MySQL, ICU' and extensions.
<code>vagrant roles list</code> To enable certain roles in your MediaWiki Vagrant: <code>vagrant roles enable <role> -- provision</code>  Once you do this, and visit http://localhost:8080/wiki/Special:Version, you can check the product box showing the currently running versions of 'MediaWiki, PHP, MySQL, ICU' and extensions.


== DNS ==
== DNS ==