Installing Orbit

Server Installation

Prerequisites

  1. Ubuntu 16.04 LTS or higher, RHELv7 or higher
  2. Docker version >18.09 (Docker installation instructions)
  3. Python >3.6 and <3.8
  4. Conda or pip/venv
  5. >5GB of free machine storage
  6. The orbit_team_installer.sh file.

Steps

  1. Create and activate a virtual environment of your choice for Orbit installation
  2. Ensure the orbit_team_installer.sh file is executable

    chmod +x orbit_team_installer.sh
    
  3. Run the installer

    ./orbit_team_installer.sh
    
  4. Start Orbit Server

    orbit-server start &
    

Tip

This will run Orbit-Server in the background. You can stop Orbit-Server at any time using orbit-server stop from within the virtual environment you created.

Client Installation

Prerequisites

  1. Python >3.6
  2. Conda or pip/venv
  3. >2GB of free machine storage
  4. The orbit_team_installer.sh file
  5. macOS, Linux or Windows 10

macOS / Linux

  1. Create a virtual environment of your choice to install orbit-team python packages

    a) Using Conda: conda create --name orbit-team python=3.6

    OR

    b) Using venv: python -m venv .orbit-team

  2. Activate the environment for installation

    a) Using Conda: conda activate orbit-team

    OR

    b) Using pip: source .orbit-team/bin/activate

  3. Ensure the orbit_team_installer.sh file is executable

    chmod +x orbit_team_installer.sh
    

  4. Run the installer with the client options. (Confirm prompts when requested)

    ./orbit_team_installer.sh -- --client
    
  5. After installation is completed you can use the orbit-team sdk in your application

Windows 10

  1. Create a virtual environment of your choice to install orbit-team python packages

    a) Using Conda: conda create --name orbit-team python=3.6

    OR

    b) Using venv: python -m venv .\orbit-team

  2. Activate the environment for installation

    a) Using Conda: conda activate orbit-team

    OR

    b) Using venv: \orbit-team\Scripts\activate.bat

  3. Extract files from archive installer using 7zip or winRAR

  4. After extracting the files, navigate with your CMD terminal to the folder and run

    python orbit_installer.py -vdilf orbit_team.tgz