Start a Local Cluster
Running a local cluster allows you to develop your Genvid MILE SDK project without relying on having a full set of services running in the cloud. These are the high-level steps for getting your local cluster running. See the Genvid Toolbox documentation for more information about the local environment.
Before You Begin
Make sure you have the following tools necessary for SDK integration:
Note
These tools can also be installed with the help of the Global Packages included with the Genvid MILE SDK installer.
Install the Genvid Toolbox.
As mentioned in the Toolbox documentation, make sure it’s listed in your
PATH
.Use the Toolbox to set up a local bastion server..
Initialize Your Local Cluster
Once you have a local bastion server running, you can set up your local cluster for development.
Set up the local cluster.
genvid-sdk setup
Clean any old configuration information.
genvid-sdk clean-config
Load the current configuration.
genvid-sdk load-config-sdk
Your local environment is now set up with the minimum set of services to run your project.
Make sure you stop all services when you’re done streaming.