mirror of
https://github.com/letscontrolit/ESPEasy.git
synced 2026-09-15 02:54:26 +00:00
18 lines
465 B
Plaintext
18 lines
465 B
Plaintext
Installing Vagrant:
|
|
|
|
Vagrantup.com site: https://www.vagrantup.com/docs/installation/
|
|
VirtualBox: https://www.virtualbox.org/
|
|
|
|
Great tutorial: https://www.sitepoint.com/getting-started-vagrant-windows/
|
|
|
|
|
|
|
|
You can also provide a Custom.h file in this directory, next to the Vagrantfile.
|
|
See src/Custom-sample.h for an example.
|
|
|
|
After installing Vagrant and VirtualBox, open a shell in the tools/vagrant folder.
|
|
Run:
|
|
vagrant up
|
|
|
|
To halt the VM, type:
|
|
vagrant halt |