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

  1. 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.

  2. Install the Genvid Toolbox.

    As mentioned in the Toolbox documentation, make sure it’s listed in your PATH.

  3. 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.

  1. Set up the local cluster.

    genvid-sdk setup
    
  2. Clean any old configuration information.

    genvid-sdk clean-config
    
  3. 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.