Skip to content

Instantly share code, notes, and snippets.

View frenchbread's full-sized avatar
🎯
Focusing

Damir Mustafin frenchbread

🎯
Focusing
  • Wunderdog Oy
  • Finland
View GitHub Profile
@frenchbread
frenchbread / emqttd-setup.md
Last active March 24, 2017 15:30 — forked from phanimahesh/emqttd-setup.md
Instructions to set up emqttd

Instructions to set up emqttd

  • Clone the repo github.com/emqtt/emq-relx
  • Edit the Makefile:
    • Add emq_plugin_elasticsearch to DEPS
    • Add a line dep_emq_plugin_elasticsearch = git https://github.com/phanimahesh/emq_plugin_elasticsearch preview
  • Edit relx.config file
    • Add following to release tuple:
@frenchbread
frenchbread / nodereinstall.sh
Created May 5, 2016 20:57 — forked from brock/nodereinstall.sh
Complete Node Reinstall. I've moved this to a repo at http://git.io/node-reinstall
#!/bin/bash
# node-reinstall
# credit: http://stackoverflow.com/a/11178106/2083544
## program version
VERSION="0.0.13"
## path prefix
PREFIX="${PREFIX:-/usr/local}"