Я попробовал следующее: https://www.aerospike.com/docs/operations/install/vagrant/mac/
и сделал следующее:
mkdir aerospike-vm
cd aerospike-vm
vagrant init aerospike/aerospike-ce
Это создает Vagrantfile
в том же каталоге.
Следующее Itry:
vagrant up
Получение ошибки:
Bringing machine 'default' up with 'virtualbox' provider...
==> default: Box 'aerospike/aerospike-ce' could not be found. Attempting to find and install...
default: Box Provider: virtualbox
default: Box Version: >= 0
The box 'aerospike/aerospike-ce' could not be found or
could not be accessed in the remote catalog. If this is a private
box on HashiCorp's Atlas, please verify you're logged in via
`vagrant login`. Also, please double-check the name. The expanded
URL and error message are shown below:
URL: ["https://atlas.hashicorp.com/aerospike/aerospike-ce"]
Error: The requested URL returned error: 404 Not Found
Как правильно установить Aerospike на Mac?
Спасибо