diff options
author | Benjamin Trigona-Harany <slackbuilds@jaxartes.net> | 2013-12-07 16:48:03 +0100 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2013-12-14 10:52:34 -0600 |
commit | 83fcce18d7394e7d47d8d4573113907f6b2a2cac (patch) | |
tree | f8773234b89dcdb2a338f9446616c1d482948dfe /system/vagrant/README | |
parent | 82fe820423cbb9974f356f0a6b22583543e0a803 (diff) | |
download | slackbuilds-83fcce18d7394e7d47d8d4573113907f6b2a2cac.tar.gz |
system/vagrant: Added (virtual development environments).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'system/vagrant/README')
-rw-r--r-- | system/vagrant/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/system/vagrant/README b/system/vagrant/README new file mode 100644 index 0000000000..ef54445e52 --- /dev/null +++ b/system/vagrant/README @@ -0,0 +1,6 @@ +Vagrant is a tool for building complete virtualised development environments. + +Vagrant was originally written as a wrapper around VirtualBox, but it now +supports plugins for Amazon EC2, VMware and other virtualisation software. +Vagrant also integrates with provisioning software such as Chef, Puppet +and Ansible. |