Skip to content

Instantly share code, notes, and snippets.

@xinuc
Last active October 6, 2015 08:17
Show Gist options
  • Save xinuc/4a1ff4221c82ea9c1c6c to your computer and use it in GitHub Desktop.
Save xinuc/4a1ff4221c82ea9c1c6c to your computer and use it in GitHub Desktop.
Pushpin install
sudo apt-get install pkg-config libqt4-dev libqca2-dev \
libqca2-plugin-ossl libqjson-dev libzmq3-dev python-zmq \
python-setproctitle python-jinja2 python-tnetstring \
python-blist mongrel2-core zurl
git clone git://github.com/fanout/pushpin.git
cd pushpin
git submodule init && git submodule update
make
cp -r examples/config/* .
echo "* 172.16.1.34:8999,over_http" > routes
sed -i -e 's/push_in_http_addr=127.0.0.1/push_in_http_addr=0.0.0.0/' pushpin.conf
./pushpin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment