Last active
October 24, 2018 07:34
-
-
Save adekunleba/f0d6f8ed79fffd4db77be4404ba52396 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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