Kegstarter / kegstarter

Kegstarter
0 stars 4 forks source link

Vagrant #2

Open zackdouglas opened 10 years ago

zackdouglas commented 10 years ago

This is an open discussion thread on using Vagrant as the "supported" development environment, (as FOSS "as is" licenses go).

animan1 commented 10 years ago

I have no issue with using Vagrant. Perhaps Vagrant for VM creation and salt for configuration?

jreuter commented 10 years ago

If someone else wants to do it, I guess I'm OK with it. All the times I've seen people set up vagrant it tends to take a lot of trial and error. Since the process to set up this VM is only 4 steps, I don't know if it's worth the effort.

animan1 commented 10 years ago

That's why I am pushing for salt. Keeps the Vagrant part dead simple. All of the heavy lifting is performed by salt which won't require the VM being rebuilt each time you tweak the settings.

iparanza commented 8 years ago

Raising the dead.

Docker seems to solve these issues. Develop on your own system, COPY to Docker container, let it run tests, push code/container image.