Legal: The use of the Windows or Linux agents for Anamo is subject to the legal requirements, terms, and conditions listed here.
Step 1: | Open Terminal |
Step 2: |
Install RVM (Ruby Version Manager) from https://rvm.io/
gpg --keyserver hkp://pool.sks-keyservers.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 7D2BAF1CF37B13E2069D6956105BD0E739499BDB;
curl -sSL https://rvm.io/mpapis.asc | gpg --import -;
curl -L get.rvm.io | bash -s stable;
source /etc/profile.d/rvm.sh;
rvm requirements run;
rvm get stable;
source /etc/profile.d/rvm.sh;
rvm install 2.6.3;
rvm use 2.6.3 --default;
source /etc/profile.d/rvm.sh;
rvm reload;
|
Step 3 |
Install and start the Anamo ruby gem from the command line
gem install anamo
anamo setup
Then input your account's Anamo API Key.
anamo start
|
Step 1 |
The Anamo Windows installer is available upon logging into your company's account. The MD5 hash of the file "anamo-setup.msi.zip" is "ac6be10400f97c0b09d075e817547e01" |
||||||||||||
Step 2: |
Unzip the downloaded file and run it. Following a successful installation, You will see the following window. Enter your account's Anamo API Key.
![]() If you see the following screen, simply click the more info button and allow the installer to proceed: ![]() |
||||||||||||
Step 3: |
Run Anamo
cd into the path \Program Files\Anamo and then start Anamo with the following command: start Anamo.exe
|