Revision 8818
Added by Aaron Marcuse-Kubitza over 11 years ago
Makefile | ||
---|---|---|
56 | 56 |
|
57 | 57 |
apache-Linux: _always |
58 | 58 |
# Apache 2.4 |
59 |
apt-get install python-software-properties
|
|
60 |
apt-add-repository ppa:ptn107/apache |
|
61 |
apt-add-repository ppa:nathan-renniewaldock/apache2.4-php |
|
62 |
apt-get update |
|
63 |
apt-get install apache2
|
|
64 |
apt-get purge libapache2-mod-php5
|
|
65 |
apt-get install libapache2-mod-php5
|
|
59 |
-sudo apt-get --yes install python-software-properties
|
|
60 |
-sudo apt-add-repository ppa:ptn107/apache
|
|
61 |
-sudo apt-add-repository ppa:nathan-renniewaldock/apache2.4-php
|
|
62 |
-sudo apt-get update
|
|
63 |
-sudo apt-get --yes install apache2
|
|
64 |
-sudo apt-get --yes purge libapache2-mod-php5
|
|
65 |
-sudo apt-get --yes install libapache2-mod-php5
|
|
66 | 66 |
|
67 | 67 |
apache-Darwin: _always ; |
68 | 68 |
|
Also available in: Unified diff
bugfix: /Makefile: apache-Linux: use the standard apt-get syntax for Makefiles (`-sudo apt-get --yes install`) instead of just `apt-get install`