[Fusionforge-commits] FusionForge branch master updated. fe6c9ab549b39f59e2111a2bdd3a46bd7214e676

Olivier Berger olberger at fusionforge.org
Tue Apr 29 19:21:53 CEST 2014


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "FusionForge".

The branch, master has been updated
       via  fe6c9ab549b39f59e2111a2bdd3a46bd7214e676 (commit)
      from  7cd82de97ab9b7a98d4b2478fdd1125bdc9503c7 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit fe6c9ab549b39f59e2111a2bdd3a46bd7214e676
Author: Olivier Berger <olivier.berger at telecom-sudparis.eu>
Date:   Mon Apr 28 18:30:23 2014 +0200

    Add details about NAT and port redirections for HTTP/HTTPS

diff --git a/vm/Vagrantfile-sample b/vm/Vagrantfile-sample
index fb87fef..0b4649d 100644
--- a/vm/Vagrantfile-sample
+++ b/vm/Vagrantfile-sample
@@ -8,10 +8,19 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
   #config.vm.box_url = "packer/fusionforge-dev-debian.box"
   config.vm.box_url = "http://fusionforge.fusionforge.org/sandbox/fusionforge-dev-debian.box"
 
+  # This uses a private IP address for the guest, instead of the
+  # default NAT in virtualbox guests (change the IP address to an
+  # unused one on your network)
   config.vm.network :private_network, ip: "192.168.35.11"
-  # Alternatively:
+
+  # Alternatively, you may keep the default NAT networking, but define
+  # more port redirections, with :
   #config.vm.network :forwarded_port, guest: 80,  host: 8080
   #config.vm.network :forwarded_port, guest: 443, host: 8443
+  # in which case you'll change /etc/gforge/config.ini.d/zzzz-local.ini to add :
+  #  [core]
+  #  web_host = localhost
+  #  https_port = 4443
 
   # Mount work repositories inside the VM:
   #config.vm.synced_folder "..", "/usr/src/fusionforge"

-----------------------------------------------------------------------

Summary of changes:
 vm/Vagrantfile-sample |   11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list