Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add shell wrapper for Vagrant #58

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

orangewolf
Copy link

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.

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant