Aerospike Installation in Ubuntu
Aerospike Installation in Ubuntu
Aerospike has provided deb files for easy installation of the AMC on Ubuntu and Debian.
Requirements
The installation of the rpm requires the following:
2 GB RAM (4 GB recommended)
1. 1
Pre-install
For all editions of the AMC, you will need to make sure the following are installed:
o
o
python (2.6+)
gcc
python-dev
If you are missing any of the above, you can install them by running the command:
sudo apt-get install <package>
You should install ansible on the AMC host. Follow the directions at:
http://www.ansibleworks.com/docs/intro_installation.html.
If you would like to run the AMC as a non-root user, you will have to have give
the user sudo permissions. Add the following line in the sudo file using visudo:
<user> ALL=(ALL:ALL) NOPASSWD: ALL
pip
pip
pip
pip
install
install
install
install
markupsafe
paramiko
ecdsa
pycrypto