=== renamed file 'tools/dhis2-tools-deb/install.sh' => 'tools/dhis2-tools-deb/install_12.04.sh' === added file 'tools/dhis2-tools-deb/install_14.04.sh' --- tools/dhis2-tools-deb/install_14.04.sh 1970-01-01 00:00:00 +0000 +++ tools/dhis2-tools-deb/install_14.04.sh 2014-06-27 15:35:16 +0000 @@ -0,0 +1,9 @@ +#!/bin/sh +# set -e + +# install the dhis2-tools deb +dpkg -i dhis2-tools* +apt-get -y install -f + +# Uncomment below to install postgres and nginx servers on this machine +# apt-get -y install nginx postgresql