BryanDavis has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/176943

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(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/vagrant 
refs/changes/43/176943/1

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: newchange
Gerrit-Change-Id: I3928954f03c726bc569d2274454454ab93960843
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/vagrant
Gerrit-Branch: master
Gerrit-Owner: BryanDavis <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to