Closed probtask closed 4 years ago
Docker is probably one of the easiest ways to quickly spin up a dev cluster, e.g. check out this blog post from one of our engineers: https://dev.to/aerospike/how-do-i-get-a-2-nodes-aerospike-cluster-running-quickly-in-docker-without-editing-a-single-file-2bnj
Once you have the cluster up and running, just make sure you set the AEROSPIKE_HOSTS
environment variable to your cluster's endpoint(s).
Awesome, thanks for the link, the test worked after using docker to spawn up cluster.
I am trying to
cargo test
but reached error after setting upvagrant up
https://www.aerospike.com/docs/operations/install/vagrant/macI verified I can
ssh
intovagrant
and insert element and that127.0.0.1 3000
is able to betelnet
Error:
Can someone point me a direction for minimum steps to run
cargo test
? Is there local cluster install instruction lying somewhere?