Revision 9917
Added by Aaron Marcuse-Kubitza over 11 years ago
Makefile | ||
---|---|---|
207 | 207 |
-sudo apt-get --yes install phppgadmin |
208 | 208 |
$(editPhppgadmin) |
209 | 209 |
$(editPhppgadminApacheConf) |
210 |
-sudo ln -s ../conf.d/phppgadmin.conf /etc/apache2/conf-available/ |
|
211 |
sudo a2enconf phppgadmin |
|
210 | 212 |
$(editApacheConfForPhppgadmin) |
211 | 213 |
$(if $(nonApacheOnPort80),$(editApachePortsConf)) |
212 | 214 |
-sudo apache2ctl restart |
Also available in: Unified diff
bugfix: /Makefile: postgres-Linux: phpPgAdmin: added steps to configure it for Apache 2.4