Skip to content

Instantly share code, notes, and snippets.

View asif31iqbal's full-sized avatar
🙂

Asif Iqbal asif31iqbal

🙂
View GitHub Profile
@asif31iqbal
asif31iqbal / supervisor reload
Last active June 16, 2016 16:07
Commands needed after adding a new process (config) under supervisord
supervisord -c /etc/supervisord.conf
supervisorctl reread
supervisorctl reload
@asif31iqbal
asif31iqbal / gist:d920a83e067a50ce2f0715aec37673c4
Created June 8, 2016 15:52 — forked from edwardw/gist:1518116
Install and start storm nimbus and supervisor

First, install storm dependencies. How do I compile jzmq for ZeroMQ on OSX? helps.

$ brew install zeromq
$ git clone https://github.com/nathanmarz/jzmq.git
$ cd jzmq
$ sudo vim /usr/share/aclocal/dirlist (sudo cat > /usr/share/aclocal/dirlist permission denied?)
/usr/local/share/aclocal
/usr/local/Cellar/pkg-config/0.25/share/aclocal/
$ export JAVA_HOME=/Library/Java/Home