blob: 6d073d9f2b21d4aaa3b195fac1c42d6e0503a79e (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# Run LEAP provider locally with Vagrant
You can use Vagrant to start a pre-configured example provider.
This virtual provider includes only a single node.
See [LEAP Vagrant documentation](https://leap.se/en/docs/platform/tutorials/vagrant) for more
details.
All you have to do is this:
cd leap_platform/tests/example-provider
vagrant up
|