blob: 80cb3ae987677311b7f752766801c11e2fe64eae (
plain)
1
2
3
4
5
6
7
8
|
Here lies a script to generate a pre-configured provider using Vagrant virtual
machines. This virtual provider includes only a single node.
All you have to do is this:
cd leap_platform/tests/example-provider
vagrant up
|