Hello fellow phalcon users :)
I'm sitting here and trying to redesign my development environment.
My current setup is: Windows 8.1 Virtualbox with Ubuntu 14.04 and 4GB ram. Git Apache 2.4 php 5.6 mysql 5.6 phalcon 1.3.3 (i think) nginx
This server is almost running all the time my computer is on :/ And all my projects are added as shared folders permanent and then mounted on boot in /etc/rc.local Then i add hosts to my hosts file (C:/windows/system32/drivers/etc/hosts) and then develop in PHPStorm.
This setup does use resources and i don't like that and want to redo it.
So my question is, how is your setup with flow? I have been thinking of using vagrant but can't really see a good way to set that up and when i google i find so many ways to do it and no one is better than the other one.
I have been looking at puphpet and rove.io but those do not have phalcon in and i don't know 100% how to add it and the information i find is depicated or not up2date.
I like my setup with hosts file but it's more the virtual machine i'm curious about.