------------------------------------------------------------ revno: 15889 committer: Bob Jolliffe <[email protected]> branch nick: dhis2 timestamp: Fri 2014-06-27 16:35:16 +0100 message: Minor adjustment to cater for installation on ubuntu 14.04 added: tools/dhis2-tools-deb/install_14.04.sh renamed: tools/dhis2-tools-deb/install.sh => tools/dhis2-tools-deb/install_12.04.sh
-- lp:dhis2 https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk Your team DHIS 2 developers is subscribed to branch lp:dhis2. To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription
=== 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
_______________________________________________ Mailing list: https://launchpad.net/~dhis2-devs Post to : [email protected] Unsubscribe : https://launchpad.net/~dhis2-devs More help : https://help.launchpad.net/ListHelp

