Skip to content

Instantly share code, notes, and snippets.

View edwardsmit's full-sized avatar

Edward Smit edwardsmit

View GitHub Profile
@edwardsmit
edwardsmit / gist:1768015
Created February 8, 2012 10:33
Using Veewee 0.3.0.Alpha9 for creating a vagrant basebox and using it in Vagrant
# Vagrant is installed
# VirtualBox is installed
# pwd: ~/Vagrant
git clone https://github.com/jedi4ever/veewee.git
cd veewee/
bundle install
git pull
bundle update
bundle exec veewee vbox templates
@edwardsmit
edwardsmit / import-rss-feed-into-elasticsearch.rb
Created August 9, 2011 10:45 — forked from karmi/import-rss-feed-into-elasticsearch.rb
Importing and searching RSS with ElasticSearch and Tire
# Importing and searching RSS with ElasticSearch and Tire
# =======================================================
require 'rubygems'
require 'tire'
require 'nokogiri'
require 'open-uri'
# First, let's check for a running ElasticSearch server.
#