Skip to content

Instantly share code, notes, and snippets.

@thmttch
thmttch / gist:1876593
Created February 21, 2012 13:31
ES 0.19.0.RC3: Where's my _size? :(
#!/usr/bin/env bash
h=localhost:9200
g='curl -XGET '
p='curl -XPOST '
u='curl -XPUT '
d='curl -XDELETE '
# make the index
$u "$h/hello"
@thmttch
thmttch / gist:1277637
Created October 11, 2011 09:09
cinderella installation log with error
$> curl -L https://github.com/atmos/cinderella/raw/master/bootstrap.sh -o - | sh
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
102 1233 102 1233 0 0 267 0 0:00:04 0:00:04 --:--:-- 4151
Ensuring we have the latest version of cinderella installed
A first time install takes about 45 minutes on a modern machine
You need to upgrade rubygems to 1.7.2
Password:
Cinderella installed successfully
sh: line 25: /usr/bin/cinderella: No such file or directory