From: František Dvořák Date: Fri, 7 Mar 2014 17:26:04 +0000 (+0100) Subject: How to install. X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=ac1f95c9b5c197efc104e41ead5f8ef0187668b1;p=rOCCI-packaging.git How to install. --- 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