------------------------------------------------------------ revno: 13731 committer: Bob Jolliffe <bobjolli...@gmail.com> branch nick: dhis2 timestamp: Tue 2014-01-14 16:39:19 +0000 message: dhis2-tools.deb : minor edit to install script modified: tools/dhis2-tools-deb/install.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
=== modified file 'tools/dhis2-tools-deb/install.sh' --- tools/dhis2-tools-deb/install.sh 2013-06-14 13:19:16 +0000 +++ tools/dhis2-tools-deb/install.sh 2014-01-14 16:39:19 +0000 @@ -6,10 +6,13 @@ wget --quiet -O - http://apt.postgresql.org/pub/repos/apt/ACCC4CF8.asc | sudo apt-key add - # need to use a ppa for nginx -sudo apt-get -y install python-software-properties -y -sudo add-apt-repository ppa:nginx/stable -y -sudo apt-get -y update +apt-get -y install python-software-properties -y +add-apt-repository ppa:nginx/stable -y +apt-get -y update # 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-9.2
_______________________________________________ Mailing list: https://launchpad.net/~dhis2-devs Post to : dhis2-devs@lists.launchpad.net Unsubscribe : https://launchpad.net/~dhis2-devs More help : https://help.launchpad.net/ListHelp