Install MAIA Agent (MA)

Check system requirements before installation!

Create MAIA Agent
  1. Open a terminal window on the host that MAIA Agent (MA) will be installed on.

  2. Verify that the system requirements for MA are fulfilled.

  3. Open a directory for your installation.

  4. Create a Gemfile for MA

    echo "source 'http:// Address to MAIA installation host : Port on MAIA installation host /gems'" > Gemfile

    echo "gem 'maia-agent'" >> Gemfile

  5. Export the path to the Bundler command, bundle

    export PATH=/path_to_bundle_bin_dir:$PATH

  6. Install a bundle. The bundle creates MAIA Agent.

    bundle config --local path .bundle

    bundle install --full-index

Results