Do you need to set up your Sugar development environment but only have 20 minutes to spare? With the help of Vagrant, I've got you covered. Check out my new video below:
It did not work for me in 20 minutes, rather took about 20 hours. I've been given our company Vagrant image, but each time I did "vagrant up" it was downloading stuff for hours literally, take into account few problems that required restart (like VirtualBox memory limit change, VPN connection, vagrant addons missing) it literally took me two days to get it up. And even then just restarting it in the morning takes about 40 minutes (if everything goes right), probably due our company VPN not being that fast.
I ended up installing apache/redis/php/mysql/sugar manually in a chrooted environment, took less time to figure and startup takes a couple of seconds now.
No, not at the moment. Though you could adapt what I've built to produce AWS images. Packer supports this. Some internal teams use Docker containers that we may publish in future. I think these are a bit more portable too.
Do you happen to have any packer resources for building images for other platforms? For example, I'd like to have my team access a Sugar-compliant stack on AWS or Digital Ocean.