dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #31211
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 15889: Minor adjustment to cater for installation on ubuntu 14.04
------------------------------------------------------------
revno: 15889
committer: Bob Jolliffe <bobjolliffe@xxxxxxxxx>
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