jenkins-bot has submitted this change and it was merged.
Change subject: Add example of mounting a local directory under web root
......................................................................
Add example of mounting a local directory under web root
Bug: T69572
Change-Id: I3928954f03c726bc569d2274454454ab93960843
---
M support/Vagrantfile-extra.rb
1 file changed, 6 insertions(+), 0 deletions(-)
Approvals:
BryanDavis: Looks good to me, approved
jenkins-bot: Verified
diff --git a/support/Vagrantfile-extra.rb b/support/Vagrantfile-extra.rb
index 275cf85..9fbb268 100644
--- a/support/Vagrantfile-extra.rb
+++ b/support/Vagrantfile-extra.rb
@@ -36,4 +36,10 @@
# Sequel Pro) to manage the database server running on the VM.
# config.vm.network :forwarded_port,
# guest: 3306, host: 3306, id: 'mysql'
+
+ # Mount an additional local directory under the default vhost root in the
+ # VM so that it can be accessed at <http://127.0.0.1:8080/extra/>.
+ # The relative path in this example will be resolved relative to the
+ # location of the main Vagrantfile for your Mediawiki-Vagarant install.
+ # config.vm.synced_folder '../extra', '/var/www/extra'
end
--
To view, visit https://gerrit.wikimedia.org/r/176943
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I3928954f03c726bc569d2274454454ab93960843
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/vagrant
Gerrit-Branch: master
Gerrit-Owner: BryanDavis <[email protected]>
Gerrit-Reviewer: BryanDavis <[email protected]>
Gerrit-Reviewer: jenkins-bot <>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits