Project

General

Profile

« Previous | Next » 

Revision 4752

root Makefile: PostgreSQL: postgres-Linux: Added postgresql-postgis apt-get

View differences:

Makefile
139 139
editApachePortsConf = echo $$'1\n,s/\\b80\\b/8080/g\nwq'|\
140 140
sudo ed --loose-exit-status --verbose /etc/apache2/ports.conf
141 141

  
142
pgVersion = "$$(env minor=1 bin/pg_version)"
143

  
142 144
postgres-Linux: _always
143 145
	-sudo apt-get install postgresql
144
	-sudo apt-get install postgresql-plpython-"$$(env minor=1 bin/pg_version)"
146
	-sudo apt-get install postgresql-plpython-$(pgVersion)
145 147
	-sudo apt-get install libpq-dev
148
	-sudo apt-get install postgresql-$(pgVersion)-postgis
146 149
	-sudo apt-get install phppgadmin
147 150
	$(editPhppgadminApacheConf)
148 151
	$(editApacheConfForPhppgadmin)

Also available in: Unified diff