Prerequisites
Prerequisites
You’ll need to have several items ready to go before proceeding with this lab; these can be done in advance or before starting with the main instructions.
-
Download and install VirtualBox
- Be sure to download and install both the platform package and the Oracle VM VirtualBox Extension Pack (you don’t need to install the SDK)
-
- Be sure you can run Vagrant from the command line (try
vagrant -v
to test) - To save time, you can pre-download the Vagrant box used for this lab by running
vagrant box add bento/ubuntu-18.04 --provider virtualbox
- Windows users, you may need to run commands from a terminal created with Administrator privileges
- Be sure you can run Vagrant from the command line (try
- Signup for an account with Infura if you don’t already have one
- Download and install a git client for working with GitHub.
- Verify you have enough free space on your local drive — about 3 GB should be sufficient.
Contributing to the Documentation
Is something missing/incorrect? Please let us know by contacting support@talio.io. If you know how to fix it straight away, don’t hesitate to create a pull request on this documentation’s GitHub repository.