Skip to content

Instantly share code, notes, and snippets.

@joaquimserafim
Last active August 29, 2015 14:18
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 joaquimserafim/1159dc026447121ce13e to your computer and use it in GitHub Desktop.
Save joaquimserafim/1159dc026447121ce13e to your computer and use it in GitHub Desktop.
set a vm with kafka and node.js
git clone git@github.com:joaquimserafim/vagrantfile-template.git vm_kafka_node
cd vm_kafka_node
IP="192.168.33.100" PROVISION="zookeeper kafka nodejs" vagrant up
// steps:
// 1 - donwload/cp ubuntu (trusty) box
// 2 - run vagrant
// 3 - update OS
// 4 - run the provision (default: htop & git) and will install zookeeper, kafka & node.js (n)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment