From ac1f95c9b5c197efc104e41ead5f8ef0187668b1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= Date: Fri, 7 Mar 2014 18:26:04 +0100 Subject: [PATCH] How to install. --- HOWTO.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 HOWTO.sh diff --git a/HOWTO.sh b/HOWTO.sh new file mode 100644 index 0000000..479c54c --- /dev/null +++ b/HOWTO.sh @@ -0,0 +1,11 @@ +#! /bin/sh -xe + +apt-key adv --fetch-keys http://scientific.zcu.cz/repos/jenkins-builder.asc +apt-key adv --fetch-keys http://scientific.zcu.cz/repos/valtri2.asc +cat << EOF > /etc/apt/sources.list.d/rocci-wheezy.list +deb http://scientific.zcu.cz/repos/rOCCI/debian/ wheezy/ +deb-src http://scientific.zcu.cz/repos/rOCCI/debian/ wheezy/ +EOF + +apt-get update +apt-get install apache2-mpm-worker libapache2-mod-passenger rocci-server -- 1.8.2.3