From cafb8e30b96c812e10b7ad616acfe927a990d280 Mon Sep 17 00:00:00 2001 From: Jens Rantil Date: Fri, 21 Mar 2014 14:36:29 +0100 Subject: [PATCH] Document vagrant in README --- README.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.rst b/README.rst index 3221d8c..8d22a9f 100644 --- a/README.rst +++ b/README.rst @@ -393,4 +393,14 @@ If after trying this, you still see the same problems, then, please `file an iss .. _`Salt`: http://saltstack.org/ .. _`file an issue`: https://github.com/saltstack/salt-bootstrap/issues/new +Testing in Vagrant +------------------ +You can use Vagrant_ to easily test changes on a clean machine. The ``Vagrantfile`` defaults to an Ubuntu box. First, install Vagrant, then:: + + $ vagrant up + $ vagrant ssh + $ cd /salt_bootstrap + $ sudo sh salt-bootstrap.sh + +.. _Vagrant: http://www.vagrantup.com .. vim: fenc=utf-8 spell spl=en cc=100 tw=99 fo=want sts=2 sw=2 et