Revision 8817
Added by Aaron Marcuse-Kubitza over 11 years ago
Makefile | ||
---|---|---|
45 | 45 |
|
46 | 46 |
##### Core: VegBIEN DB and dependencies |
47 | 47 |
|
48 |
core: _always $(call forOs,python php postgres misc) db |
|
48 |
core: _always $(call forOs,apache python php postgres misc) db
|
|
49 | 49 |
@$(done) |
50 | 50 |
|
51 | 51 |
rm_core: _always rm_db ; |
52 | 52 |
|
53 | 53 |
reinstall_core: _always rm_core core ; |
54 | 54 |
|
55 |
##### Apache |
|
56 |
|
|
57 |
apache-Linux: _always |
|
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 |
|
66 |
|
|
67 |
apache-Darwin: _always ; |
|
68 |
|
|
55 | 69 |
##### Python |
56 | 70 |
|
57 | 71 |
python-Linux: _always |
Also available in: Unified diff
/Makefile: added Apache 2.4 installation