Right-click on the .tar.gz file below and choose ‘Save As..’. Save this file inside your project folder.
If you do not have Vagrant, or VirtualBox installed, you will need to do so:
- https://www.vagrantup.com/downloads.html
- https://www.virtualbox.org/wiki/Downloads
Extract the contents of the above archive into your project folder. You can then start and provision your virtual machines using vagrant. There are two options depending on which tutorial you are doing: xtradb-cluster-master-slave-tutorial.yml
or xtradb-cluster-3hr-tutorial.yml
Decide which tutorial and replace ZZZ in the command below with that file name.
$ vagrant up
You can now use vagrant ssh
to access each of your 2 instances: master, slave