... | ... | @@ -203,6 +203,15 @@ Details see https://www.mediawiki.org/wiki/Manual:Database_access |
|
|
|
|
|
# Vagrant MediaWiki
|
|
|
|
|
|
## installing Vagrant-Mediawiki
|
|
|
|
|
|
A quick way to set up a virtual machine with MediaWiki installed. Makes it easy to test MediaWiki extensions.
|
|
|
|
|
|
* documentation see https://www.mediawiki.org/wiki/MediaWiki-Vagrant
|
|
|
* `git clone --recursive https://gerrit.wikimedia.org/r/mediawiki/vagrant`
|
|
|
* `cd vagrant`
|
|
|
* `vagrant up`
|
|
|
|
|
|
## Fixing the VisualEditor problem
|
|
|
```
|
|
|
vagrant roles enable parsoid
|
... | ... | |