Revision 1599
Added by Aaron Marcuse-Kubitza almost 13 years ago
Makefile | ||
---|---|---|
82 | 82 |
|
83 | 83 |
##### Core: VegBIEN DB and dependencies |
84 | 84 |
|
85 |
core: _always $(call forOs,python postgres) postgres_user db |
|
85 |
core: _always $(call forOs,python php postgres) postgres_user db
|
|
86 | 86 |
@$(done) |
87 | 87 |
|
88 | 88 |
rm_core: _always rm_db rm_postgres_user ; |
... | ... | |
105 | 105 |
@echo "Run python -c 'import dateutil'" |
106 | 106 |
@$(wait) |
107 | 107 |
|
108 |
##### PHP |
|
109 |
|
|
110 |
php-Linux: _always |
|
111 |
-sudo apt-get install php-http-request |
|
112 |
|
|
113 |
php-Darwin: _always |
|
114 |
@echo $(emph)'Install php-http-request manually'$(endEmph) |
|
115 |
@$(wait) |
|
116 |
|
|
108 | 117 |
##### PostgreSQL |
109 | 118 |
|
110 | 119 |
editPhppgadminApacheConf = echo $$'1\n,s/\# \(allow from all\)/\1/\nwq'|\ |
Also available in: Unified diff
Makefile: Added PHP section, which installs php-http-request