Check system requirements before installation!
Open a terminal window on the host that MAIA Agent (MA) will be installed on.
Verify that the system requirements for MA are fulfilled.
Open a directory for your installation.
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
Export the path to the Bundler command, bundle
export PATH=/path_to_bundle_bin_dir:$PATH
Install a bundle. The bundle creates MAIA Agent.
bundle config --local path .bundle
bundle install --full-index