is the one-click cassandra app gone? I can’t create a droplet with it.
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
From what I can see on my end, looking at the list of current one-click images, Cassandra is indeed no longer being offered, so you would need to perform a manual installation if you needed it.
You may want to take a look at the following guide. It covers a basic installation.
Hi @aluizdinizsilva,
I’ve created a test image using this command:
curl -X POST “https://api.digitalocean.com/v2/droplets” -d’{“name”:“My-Droplet”,“region”:“nyc2”,“size”:“4gb”,“image”:“cassandra”}’ -H “Authorization: Bearer $TOKEN” -H “Content-Type: application/json”
Works fine!
Note: You need to use admin (read/write) token.
See the result here:
https://www.screencast.com/t/ooniH0us
Best regards