Skip to content

Instantly share code, notes, and snippets.

@adekunleba
Last active October 24, 2018 07:34
Show Gist options
  • Select an option

  • Save adekunleba/f0d6f8ed79fffd4db77be4404ba52396 to your computer and use it in GitHub Desktop.

Select an option

Save adekunleba/f0d6f8ed79fffd4db77be4404ba52396 to your computer and use it in GitHub Desktop.
wget -qO - http://packages.confluent.io/deb/3.1/archive.key | sudo apt-key add -
sudo add-apt-repository "deb [arch=amd64] http://packages.confluent.io/deb/3.1 stable main"
# Starting Confluent with
cd <path to your Confluent Installation>/bin/
./confluent start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment