Revision 2619
Added by Aaron Marcuse-Kubitza over 12 years ago
Makefile | ||
---|---|---|
141 | 141 |
|
142 | 142 |
postgres-Linux: _always |
143 | 143 |
-sudo apt-get install postgresql |
144 |
-sudo apt-get install postgresql-plpython-"$$(env minor=1 bin/pg_version)" |
|
144 | 145 |
-sudo apt-get install libpq-dev |
145 | 146 |
-sudo apt-get install phppgadmin |
146 | 147 |
$(editPhppgadminApacheConf) |
... | ... | |
148 | 149 |
$(if $(nonApacheOnPort80),$(editApachePortsConf)) |
149 | 150 |
-sudo apache2ctl restart |
150 | 151 |
-sudo pip install psycopg2 |
152 |
# run pg_version inline because it needs postgresql to be installed first |
|
151 | 153 |
# ignore errors if conf files already edited |
152 | 154 |
|
153 | 155 |
postgres-Darwin: _always |
Also available in: Unified diff
main Makefile: postgres-Linux: Install postgresql-plpython