dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #27574
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 13731: dhis2-tools.deb : minor edit to install script
------------------------------------------------------------
revno: 13731
committer: Bob Jolliffe <bobjolliffe@xxxxxxxxx>
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