MediaWiki-Vagrant: Difference between revisions
add link |
add login info |
||
| Line 16: | Line 16: | ||
== Quick Tips == | == Quick Tips == | ||
Be sure to check the documentation at [[mw:MediaWiki-Vagrant]] | Be sure to check the documentation at [[mw:MediaWiki-Vagrant]] | ||
* wiki login is 'Admin' 'vagrant' | |||
* local shell user is 'vagrant' 'vagrant' | |||
* ssh: <code>vagrant ssh</code> | |||
<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. | <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. | ||