Commit 1f61fcf6e9ed9915c9b4a63317b800526f5a0c12

Authored by Edmar Moretti
1 parent d7fc98dc

--no commit message

Showing 1 changed file with 7 additions and 7 deletions   Show diff stats
@@ -5,19 +5,19 @@ echo "nao rode em uma instalacao que ja contem o i3geo" @@ -5,19 +5,19 @@ echo "nao rode em uma instalacao que ja contem o i3geo"
5 echo "sudo ./instalasw.sh" 5 echo "sudo ./instalasw.sh"
6 echo "===============================================================" 6 echo "==============================================================="
7 7
8 -apt-get install apache2 apache2-doc apache2-utils 8 +apt-get --assume-yes install apache2 apache2-doc apache2-utils
9 9
10 -apt-get install cgi-mapserver mapserver-bin 10 +apt-get --assume-yes install cgi-mapserver mapserver-bin
11 11
12 -apt-get install postgresql postgis postgresql-9.1-postgis 12 +apt-get --assume-yes install postgresql postgis postgresql-9.1-postgis
13 13
14 -apt-get install sqlite 14 +apt-get --assume-yes install sqlite
15 15
16 -apt-get install r-base r-base-core r-cran-maptools 16 +apt-get --assume-yes install r-base r-base-core r-cran-maptools
17 17
18 -apt-get install libapache2-mod-php5 php5 php5-json php5-common php5-curl php5-dev php5-gd php5-mapscript php5-odbc php5-pgsql php5-ps php5-xmlrpc php5-xsl php5-sqlite php5-imagick 18 +apt-get --assume-yes install libapache2-mod-php5 php5 php5-json php5-common php5-curl php5-dev php5-gd php5-mapscript php5-odbc php5-pgsql php5-ps php5-xmlrpc php5-xsl php5-sqlite php5-imagick
19 19
20 -apt-get install subversion 20 +apt-get --assume-yes install subversion
21 21
22 svn checkout http://svn.softwarepublico.gov.br/svn/i3geo/subgrupos/i3geosaude/ /var/www --username i3geosaude --password i3geosaude --non-interactive 22 svn checkout http://svn.softwarepublico.gov.br/svn/i3geo/subgrupos/i3geosaude/ /var/www --username i3geosaude --password i3geosaude --non-interactive
23 23