a-chernykh / railsbox

Fast and easy Ruby on Rails virtual machines
https://railsbox.io
MIT License
320 stars 52 forks source link

Add shell wrapper for Vagrant #58

Open orangewolf opened 7 years ago

orangewolf commented 7 years ago

The goal here is to make launching the vagrant version the same style as deploying a web version. This parallelism makes it easier to write instructions and easier to create automation. It also links the idea that provisioning for Vagrant is parallel to provisioning the server, while deploying the code is parallel to just turning the vagrant image up.

Came up as part of work on https://github.com/notch8/railsbox-tasks a set of tasks to make working with a railsboxed app easier.