Skip to content

Instantly share code, notes, and snippets.

@chrislovecnm
Created June 13, 2014 00:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chrislovecnm/5e5f64b230e59a459738 to your computer and use it in GitHub Desktop.
Save chrislovecnm/5e5f64b230e59a459738 to your computer and use it in GitHub Desktop.
install ubuntu dse and puppet
apt-get install software-properties-common
add-apt-repository ppa:webupd8team/java
echo "deb http://username:password@debian.datastax.com/enterprise stable main" | sudo tee -a /etc/apt/sources.list.d/datastax.sources.list
apt-get install curl
curl -L https://debian.datastax.com/debian/repo_key | sudo apt-key add -
curl -L https://apt.puppetlabs.com/puppetlabs-release-trusty.deb | dpkg -i -
apt-get update
apt-get install oracle-java7-installer
apt-get install dse-full
apt-get install puppet
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment