AeroLab - v4.3.0
See the documentation for full installation and usage instructions.
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