Skip to content

Instantly share code, notes, and snippets.

@swistak
Created October 5, 2011 16:02
Show Gist options
  • Save swistak/1264821 to your computer and use it in GitHub Desktop.
Save swistak/1264821 to your computer and use it in GitHub Desktop.
Mongrel2 on debian
# Change version number when needed, but keep to 2.1. series.
wget http://download.zeromq.org/zeromq-2.1.10.tar.gz
tar -zxf zeromq-*.tar.gz
cd zeromq-*
aptitude install uuid-dev # Any other deps?
./configure
make
sudo make install
ldconfig # Somtimes needed to reload libraries, especially if You get 'libzmq.so.1: cannot open shared object file: No such file or directory'
git clone http://github.com/zedshaw/mongrel2.git
wget --no-check-certificate -q -O - https://github.com/nvie/gitflow/raw/develop/contrib/gitflow-installer.sh | sudo bash
bash setupgit.sh
make clean all
# sudo make install Optional.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment