Re: [vagrant-up] GPL and Vagrant

2015-11-24 Thread Marco De Bortoli
Hi Thomas, if, as per my understanding, you are going to this for commercial purposes, then point 3.a or 3.b are the answer to your problem. In the latter case you will be even allowed to charge the end user for the hosting cost. Alternatively I would recommend you to either contact the Canonical

Re: [vagrant-up] Vagrant (ubuntu) in Windows it's so slow

2015-11-20 Thread Marco De Bortoli
Hey there, is the code shared? Are you using Virtual Box? If that's the case there is little that you can do. Virtual Box shared file system is known to be fairly slow unfortunately. Probably not the answer you wanted to hear, but I hope it helps though. Cheers, Debo On Fri, 20 Nov 2015 at 23:2

Re: [vagrant-up] Vagrant box chef/centos-6.5 gone from Atlas?

2015-10-03 Thread Marco De Bortoli
Hey there, you are right the boxes are gone but as you can read in the message, they moved from https://atlas.hashicorp.com/chef/ to https://atlas.hashicorp.com/bento/ I hope it helps. Cheers, Debo On Sat, 3 Oct 2015 at 22:16 Bim Paras wrote: > > Noticed that using the following today for m

Re: [vagrant-up] Developing for IIS on Windows Guest from Windows Host

2015-07-29 Thread Marco De Bortoli
have a look into this plugin https://github.com/smerrill/vagrant-gatling-rsync I didn't try it myself so I can't say whether it's good or not. I hope it helps. Best, Debo On Mon, 27 Jul 2015 at 20:29 Marco De Bortoli < marco.debo.debort...@gmail.com> wrote: > About t

Re: [vagrant-up] vagrant php not working ?

2015-07-28 Thread Marco De Bortoli
Oh that's great news, good to hear. Cheers, Debo On Tue, 28 Jul 2015 at 10:05 Ricky Spires wrote: > Hello. > > Thanks for your replies. > > I got it working. > > this is my new shell script. > > > > #!/bin/bash > cat /vagrant/shell/self-promotion.txt > # Update the box > # -- > # D

Re: [vagrant-up] Developing for IIS on Windows Guest from Windows Host

2015-07-27 Thread Marco De Bortoli
at 18:44 Jamie Jackson wrote: > Is there a writeup of using rsync with a Windows host/Windows guest? > > I happen to already have cygwin (with rsync) on the host, but I'm not sure > what is required on the guest side. > > Thanks, > Jamie > > On Fri, Jul 24, 2015 at

Re: [vagrant-up] vagrant php not working ?

2015-07-26 Thread Marco De Bortoli
Hi Ricky, surely, if you developed your application using features specific for PHP 5.5 and you are trying to run those on PHP 5.3 you will have hard time, but that's beyond vagrant. Vagrant won't solve that problem for you. I hope it helps. Best, Debo On Sun, 26 Jul 2015 at 09:36 Ricky Spires

Re: [vagrant-up] Developing for IIS on Windows Guest from Windows Host

2015-07-24 Thread Marco De Bortoli
Hi Jamie, the only thing that I found to work quite fine and without too much hassle on windows was the use of rsync. You develop locally and rsync takes cares to copy things over when required. It doesn't require too much configuration and permissions works alright. I hope that helps. Cheers, D

Re: [vagrant-up] When to release new version vagrant ?

2015-07-04 Thread Marco De Bortoli
What do you mean? It's not dead as far as I know On Sat, 4 Jul 2015 at 06:51, zixu mo wrote: > When to release new version vagrant ? > Or vagrant dead? > > -- > This mailing list is governed under the HashiCorp Community Guidelines - > https://www.hashicorp.com/community-guidelines.html. Behavior

Re: [vagrant-up] Unwanted debug informations

2015-06-01 Thread Marco De Bortoli
Hi Gilles, I'm glad I somehow helped being a good epiphany duck :) As per the less verbose machine I'm not sure at this point. I'll double check later today and get back to you. Thanks again for taking time to look into this. Cheers, Debo On Mon, 1 Jun 2015 at 13:11 Gilles Cornu wrote: > Gotc

Re: [vagrant-up] Unexpected shut down of my virtual machine on Mac OS everytime when the system go to sleep

2015-03-03 Thread Marco De Bortoli
Hi Daedae11, That's more likely related to your VM container settings, I assume virtualbox, to prevent data loss. For instance the same happen to me when the battery reaches 5%. I have vague memories of some settings in virtualbox where you can define whether power management is connected or not b

Re: [vagrant-up] Performance considerations with large codebases and editor / debugging tools on the host

2015-03-01 Thread Marco De Bortoli
That want be practical. I know what Joel is trying to do because that exactly what I do. The point is to have the code synced immediately as soon as you change it so that you can test it/run it before committing it. As I mentioned it's not that easy to use such a workflow on windows, whether window

Re: [vagrant-up] Performance considerations with large codebases and editor / debugging tools on the host

2015-02-28 Thread Marco De Bortoli
it. Cheers, Debo On Sat, 28 Feb 2015 at 22:59 Marco De Bortoli < marco.debo.debort...@gmail.com> wrote: > Hi Joel, > > sorry for the late reply. Yes you are right, unfortunately windows doesn't > support NFS and any tool that I've seen so far doesn't really prov

Re: [vagrant-up] Performance considerations with large codebases and editor / debugging tools on the host

2015-02-28 Thread Marco De Bortoli
Hi Joel, sorry for the late reply. Yes you are right, unfortunately windows doesn't support NFS and any tool that I've seen so far doesn't really provide such a support. The project you linked is quite interesting, I'll have a look into it, but again, as you experienced, it confirm the fact that i

Re: [vagrant-up] Performance considerations with large codebases and editor / debugging tools on the host

2015-02-26 Thread Marco De Bortoli
Hi Joel, I think the problem or "bottleneck"is not the combination vagrant + vbox + NFS. I used to run the very same setup on large scale Magento projects with decent results. The code was shared between host and guest via NFS. To me it sounds more like a a lack of resources in the VM. In my setup

Re: [vagrant-up] Connecting to local database from my VM

2015-02-15 Thread Marco De Bortoli
Well it's a remote Client connecting to the mysql on the nas. Mysql doesn't know the difference between a VM or a physical machine, it just sees an ip trying to connect On Sun, 15 Feb 2015 at 13:37, Bart Clarebout wrote: > Hello Debo, > > thx for your quick response. I use phpMyAdmin on that NAS.

Re: [vagrant-up] Connecting to local database from my VM

2015-02-15 Thread Marco De Bortoli
Hi Bart, the fact that you are getting that message means that you can definitely establish a connection with the database. The message you are getting is a security one, that as you might know, means the combination username/incoming ip address is not allowed to connect remotely. If you didn't ye

Re: [vagrant-up] Vagrant + PHPStorm + Xdebug not connecting

2014-12-05 Thread Marco De Bortoli
Yes that's what I meant from private network, however to fully use it, you have to do few other things. 1. Change xdebug remote host to be 192.168.10.1 2. Make sure that when you connect to the guest, the host uses the private ip 192.168.10.10 to reach your bmp That said I want to clarify that th

Re: [vagrant-up] Vagrant + PHPStorm + Xdebug not connecting

2014-12-04 Thread Marco De Bortoli
Hi Nicholas, as I said try to configure xdebug to listen on the default port and use private network so you don't have to forward anything. Also, what version of PHP are you using? Xdebug conflict with Zend Opcache. Did you verify the module is loaded properly in the VM? On Thu Dec 04 2014 at 10:3

Re: [vagrant-up] Vagrant + PHPStorm + Xdebug not connecting

2014-12-04 Thread Marco De Bortoli
What's running on that port? Try default port over private host On Thu, 4 Dec 2014 at 21:34, Nicholas Loomans wrote: > Tried this extension: https://addons.mozilla.org/en- > US/firefox/addon/the-easiest-xdebug/?src=search doesn't seem to do > anything, I still get port 8081 is busy from PHPStorm.

Re: [vagrant-up] Vagrant + PHPStorm + Xdebug not connecting

2014-12-04 Thread Marco De Bortoli
The connect remote back flag is not needed when the remote ip is specified. For the url session I would recommend a browser extension, you can find an approved list in the xdebug website. Also, to ease the process I generally use private networks, rather than port forwarding. One more thing, did yo

Re: [vagrant-up] Should docs specify that 'vagrant provision' is run under root

2014-11-26 Thread Marco De Bortoli
Hi Anatoly, I'm not sure where did you get that information from but unless something charged recently that's not the case. The provision is executed by the vagrant user and sudo is invoked when necessary. I hope it helps. Cheers, Debo On Wed, 26 Nov 2014 at 18:56, anatoly techtonik wrote: > I

Re: [vagrant-up] Instant Vagrant Book

2014-11-12 Thread Marco De Bortoli
Hi Fuat, This one http://www.erikaheidi.com/page/vagrant Is fairly recent, you can probably take some inspiration from it too. I hope it helps. Cheers, Debo On Wednesday, 12 November 2014, Fuat Ulugay wrote: > I will be happy to hear some comments and improvement points. > > Thanks to all i

Re: [vagrant-up] Is this plugin legit?

2014-11-01 Thread Marco De Bortoli
So are you basically telling me that running 'vagrant plugin install aws-sdk' will search for actual plugins and if not found will then search for gems? On Saturday, 1 November 2014, Terrance Shepherd wrote: > All vagrant plugins are just ruby gems that vagrant will auto load. And > such any rub

Re: [vagrant-up] could i configure to sync multiple folders ?

2014-10-30 Thread Marco De Bortoli
Hi Adrian, In the line you posted there is no double quote after public_html. Could it be that? I hope it helps, Debo On Thursday, 30 October 2014, Adrian Mak wrote: > My host platform is Windows > I added > config.vm.synced_folder "adrian", "/home/adrian/public_html, owner: > "adrian" > in Va

[vagrant-up] Any host to Windows guest vbox share

2014-10-28 Thread Marco De Bortoli
Hi everyone, it's been a while since I had a close look to the mailing list so I do apologise if the topic has been discussed already, but, at the same time, I didn't seems to find any relevant email in my inbox archive so here I am with my question. As per subject I'm currently sharing my source

Re: [vagrant-up] Not sync /vagrant directory

2014-07-28 Thread Marco De Bortoli
Hi Gianluca, this should do for you: config.vm.synced_folder ".". "/vagrant", id: "vagrant-root", disabled: true I hope it helps. Cheers, Debo On 28 July 2014 19:57, Gianluca Arbezzano wrote: > Hi! Sorry exist a method for not share /vagrant directory?! > > Thanks! > > -- > You received thi

Re: [vagrant-up] Is Vagrant what I need?

2014-05-25 Thread Marco De Bortoli
Hi Martin, I think that either ways (Vagrant or Chef) you are approaching the problem from the wrong angle. If the problem you are trying to solve is to have an easy setup I would probably recommend the use of images that can be easily restored on the laptop whenever the employee join. This will l