From 5a7e3815ca59c0537c358b4c0f0a02932ff1a923 Mon Sep 17 00:00:00 2001 From: Sven Slootweg Date: Sun, 8 Dec 2013 22:08:10 +0100 Subject: [PATCH] Update install stuff --- deps.sh | 2 +- install-steps.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/deps.sh b/deps.sh index 2be7114..1e9dd03 100755 --- a/deps.sh +++ b/deps.sh @@ -1,4 +1,4 @@ #!/bin/bash # You need squeeze-backports if you run this on squeeze! -apt-get install -y libzmq-dev libffi-dev +apt-get install -y libzmq-dev libffi-dev build-essential pip install pyzmq msgpack-python pynacl pyyaml psutil diff --git a/install-steps.txt b/install-steps.txt index 2401adc..7818b21 100644 --- a/install-steps.txt +++ b/install-steps.txt @@ -1,2 +1,3 @@ +# Backports: echo "deb http://backports.debian.org/debian-backports squeeze-backports main" >> /etc/apt/sources.list apt-get install -y python python-dev && wget cryto.net/~joepie91/pipfix.sh && chmod +x pipfix.sh && ./pipfix.sh adduser --system --shell /bin/bash --group monitor && apt-get install -y git; su -c "cd ~; git clone https://github.com/joepie91/cryto-status.git" monitor && /home/monitor/cryto-status/deps.sh