This file contains 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
hbs = exphbs.create({ | |
defaultLayout: 'main', | |
helpers : helpers, | |
partialsDir: [ | |
'views/partials/' | |
] | |
}); |
This file contains 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
rtomlinson at mbprtomlinson in ~/Development/github/vagrant-kibana-demo on master | |
± vagrant up | |
WARNING: Could not load IOV methods. Check your GSSAPI C library for an update | |
WARNING: Could not load AEAD methods. Check your GSSAPI C library for an update | |
Bringing machine 'default' up with 'vmware_fusion' provider... | |
==> default: Cloning VMware VM: 'Ubuntu precise 64 VMWare'. This can take some time... | |
==> default: Verifying vmnet devices are healthy... | |
==> default: Preparing network adapters... | |
==> default: Starting the VMware VM... | |
==> default: Waiting for the VM to finish booting... |
This file contains 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
{ | |
"id": 1005, | |
"Name": "some macro", | |
"SeoName" : "Chicago", | |
"GeoLocation": { | |
"Latitude": "40.4121375", | |
"Longitude": "-3.6939285" | |
}, | |
"DomainId": 70, | |
"Locale": "en-US", |