Skip to content

AeroLab - v4.3.1

Compare
Choose a tag to compare
@robertglonek robertglonek released this 12 Oct 23:33

Instructions and changelog

See the documentation for full installation and usage instructions.

Changelog

Latest changes:

  • update aerospike client libraries to latest versions

Download aerolab binary

Download one of the binaries, depending on where you are intending to run aerolab.

Note that aerolab will still be able to deploy Aerospike on both arm and x64 architectures, regardless of which aerolab binary you are using.

Operating System CPU File
MacOS M1 or M2 aerolab-macos-arm64.zip
MacOS Intel CPU aerolab-macos-amd64.zip
Linux arm aerolab-linux-arm64.zip
Linux Intel/Amd aerolab-linux-amd64.zip

Install

First unzip the zip file. This will produce a single binary called aerolab. Follow the below steps to install:

sudo mkdir -p /usr/local/bin/
sudo mv /path/to/aerolab /usr/local/bin/
sudo chmod 755 /usr/local/bin/aerolab