Skip to content

Instantly share code, notes, and snippets.

@sksundaram
sksundaram / coreos-virtualbox.md
Created January 3, 2016 22:20 — forked from noonat/coreos-virtualbox.md
Installing CoreOS on VirtualBox
  • Download and install VirtualBox.
  • Download the CoreOS ISO
  • Create a new VM in VirtualBox
    • For the OS, Other Linux, 64-bit should be fine
    • Give the VM 1gb of memory, like your physical hardware has.
    • Create a disk of whatever size you want. I made a VMDK file that could expand dynamically up to 8gb.
  • Mount the ISO in the VM
    • Right click on the VM and click settings
  • Go to the storage tab
Install Kafka in CentOS
# ----------------------------------------------------------------------------------------------------------------
# Elasticsearch-Toronto Meetup: The Power of Mapping (part 1 of 3)
# ----------------------------------------------------------------------------------------------------------------
# My presentation at the first elasticsearch meetup in Toronto
# January 19, 2015
# http://www.meetup.com/ElasticSearch-toronto
# http://www.meetup.com/Elasticsearch-Toronto/events/218903340
# ----------------------------------------------------------------------------------------------------------------
# Demo with elasticsearch 1.4.2 and Marvel/Sense
# Installation: http://www.elasticsearch.org/guide/en/elasticsearch/guide/current/_installing_elasticsearch.html
# -*- mode: ruby -*-
# vi: set ft=ruby :
$script = <<SCRIPT
sudo yum -y install ntp
sudo chkconfig ntpd on
sudo /etc/init.d/ntpd start
sudo chkconfig iptables off
sudo /etc/init.d/iptables stop
sudo setenforce 0
# ----------------------------------------------------------------------------------------------------------------
# Elasticsearch-Toronto Meetup: The Power of Mapping (part 1 of 3)
# ----------------------------------------------------------------------------------------------------------------
# My presentation at the first elasticsearch meetup in Toronto
# January 19, 2015
# http://www.meetup.com/ElasticSearch-toronto
# http://www.meetup.com/Elasticsearch-Toronto/events/218903340
# ----------------------------------------------------------------------------------------------------------------
# Demo with elasticsearch 1.4.2 and Marvel/Sense
# Installation: http://www.elasticsearch.org/guide/en/elasticsearch/guide/current/_installing_elasticsearch.html