diff options
author | elijah <elijah@riseup.net> | 2016-08-29 16:39:13 -0700 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2016-09-01 10:13:31 -0700 |
commit | e6544ecc5a51ad6502a64bd08df71aa7ff75a3ee (patch) | |
tree | 57614836a4efc6a5f64d1609bd109f18c0c669d6 /tests/example-provider/README.md | |
parent | 07c0e60e6bdc5b8bfe1f42f76dae9f0a79e7abb0 (diff) |
moved vagrant example provider to tests/example-provider
Diffstat (limited to 'tests/example-provider/README.md')
-rw-r--r-- | tests/example-provider/README.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/example-provider/README.md b/tests/example-provider/README.md new file mode 100644 index 00000000..62cdc01a --- /dev/null +++ b/tests/example-provider/README.md @@ -0,0 +1,8 @@ +Here lies a script to generate a pre-configured provider using Vagrant virtual +machines. + +All you have to do is this: + + cd leap_platform/tests/example-provider + vagrant up + |