]> git.mxchange.org Git - friendica.git/blobdiff - Vagrantfile
If a user is already connected to another user, then don't show the "connect" link...
[friendica.git] / Vagrantfile
index 015ceb83d99a9caac2f0c03c8024b53e25a53899..033cb230c8446ad7eb097aed74f24c29e3249c07 100644 (file)
@@ -28,7 +28,7 @@ mysql_version         = "5.5"    # Options: 5.5 | 5.6
 mysql_enable_remote   = "false"  # remote access enabled when true
 pgsql_root_password   = "root"   # We'll assume user "root"
 
-# Languages and Packages
+# Languages and Packages6
 ruby_version          = "latest" # Choose what ruby version should be installed (will also be the default version)
 ruby_gems             = [        # List any Ruby Gems that you want to install
   #"jekyll",
@@ -77,12 +77,6 @@ Vagrant.configure("2") do |config|
   # Create a static IP
   config.vm.network :private_network, ip: server_ip
 
-  # Use NFS for the shared folder
-  config.vm.synced_folder ".", "/vagrant",
-            id: "core",
-            :nfs => true,
-            :mount_options => ['nolock,vers=3,udp,noatime']
-
   # If using VirtualBox
   config.vm.provider :virtualbox do |vb|
 
@@ -252,8 +246,8 @@ Vagrant.configure("2") do |config|
   # Install Screen
   # config.vm.provision "shell", path: "#{github_url}/scripts/screen.sh"
 
-  # Install Mailcatcher
-  config.vm.provision "shell", path: "#{github_url}/scripts/mailcatcher.sh"
+  # Install config Mailcatcher
+  config.vm.provision "shell", path: "#{github_url}/scripts/mailcatcher.sh"
 
   # Install git-ftp
   # config.vm.provision "shell", path: "#{github_url}/scripts/git-ftp.sh", privileged: false