feat: add cassandra lxc

This commit is contained in:
Madhur Ahuja 2024-01-18 22:56:32 +05:30
parent b4d8f18baa
commit 715a2ae17f
1 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,7 @@ cd /opt
wget -q https://dlcdn.apache.org/cassandra/4.1.3/apache-cassandra-4.1.3-bin.tar.gz wget -q https://dlcdn.apache.org/cassandra/4.1.3/apache-cassandra-4.1.3-bin.tar.gz
$STD tar -xvzf apache-cassandra-4.1.3-bin.tar.gz $STD tar -xvzf apache-cassandra-4.1.3-bin.tar.gz
mv apache-cassandra-4.1.3 cassandra mv apache-cassandra-4.1.3 cassandra
mv /opt/cassandra/conf/cassandra.yaml /opt/cassandra/conf/cassandra.yaml.bak
cat <<EOF >/opt/cassandra/conf/cassandra.yaml cat <<EOF >/opt/cassandra/conf/cassandra.yaml
# Cassandra storage config YAML # Cassandra storage config YAML