ABOUT
Apache-Cassandra is an open source NoSQL distributed database trusted by thousands of companies for scalability and high availability without compromising performance.
INSTALL
Approved local installer
Defaultdebian 13
Approved locally1 CPU2048 MB RAM4 GB disk
Run this command in the Proxmox VE shell. It downloads the immutable approved file, verifies SHA-256, and only then executes it.
( url='https://scripts.francoisvw.com/snapshots/c19711ea1b2526bec67e34be948114e255b5a811/ct/apache-cassandra.sh'; sha='6d1d53be48da618a0afc3a156ba9c29b32467094a810df8d9aa216d31f81fe5e'; tmp="$(mktemp)" || exit; curl -fsSL "$url" -o "$tmp" && printf '%s %s\n' "$sha" "$tmp" | sha256sum -c - && bash "$tmp"; rc=$?; rm -f "$tmp"; exit "$rc" )
View approved source ↗Path ct/apache-cassandra.shSHA-256 6d1d53be48da618a0afc3a156ba9c29b32467094a810df8d9aa216d31f81fe5e LOCAL CHANGE REVIEW
Approved vs latest fetched source
Sign in with a passkey to inspect pending source changes. Approved content remains public.