Spage has uploaded a new change for review. https://gerrit.wikimedia.org/r/59534
Change subject: Add a section on updating. ...................................................................... Add a section on updating. Change-Id: Ie2f411e8709141601947f454e58e1336fd4e5156 --- M README 1 file changed, 12 insertions(+), 0 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/vagrant refs/changes/34/59534/1 diff --git a/README b/README index d524ecd..b213c5f 100644 --- a/README +++ b/README @@ -53,3 +53,15 @@ context, or `mysql` to get an authenticated SQL shell on your wiki's database. The admin account on MediaWiki is `admin` / `vagrant`. + +## Updating + +When the vagrant Virtual Machine is running, it will periodically run puppet +(an open source confiugration management tool) to update its configuration, +which keeps various software packages up to date. Puppet will not update the +MediaWiki version. + +To pick up other changes to the install, on the host computer in the directory +with the vagrant files run `git pull` and then `vagrant reload`. The latter +will restart the VM. + -- To view, visit https://gerrit.wikimedia.org/r/59534 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ie2f411e8709141601947f454e58e1336fd4e5156 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/vagrant Gerrit-Branch: master Gerrit-Owner: Spage <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
