vagrant
https://github.com/mitchellh/vagrant
Ruby
Vagrant is a tool for building and distributing development environments.
VagrantPlugins::Shell::Provisioner#with_script_file
This method yields the path to a script to upload and execute on the remote server. This method will properly clean up the script file if needed.
Edit
git clone [email protected]:mitchellh/vagrant.git
cd vagrant
open plugins/provisioners/shell/provisioner.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-VagrantPlugins--Shell--Provisioner-with_script_file-for-pr
# Commit to gitgit add plugins/provisioners/shell/provisioner.rbgit commit -m "better docs for VagrantPlugins::Shell::Provisioner#with_script_file"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-VagrantPlugins--Shell--Provisioner-with_script_file-for-pr
hub pull-request
# Celebrate!