Update build_openresty_fr.md

This commit is contained in:
ma.azimi@laposte.net 2015-05-20 22:12:03 +02:00 committed by YunoHost
parent 708e8d36bb
commit afb93014dc

View file

@ -1,6 +1,6 @@
# Openresty build # Builder Openresty
**Note:** Vu que nginx-extras ne fonctionne pas sur Raspbian, il faut compiler un équivalent, ici [Openresty](http://openresty.org). **Note:** Vu que nginx-extras ne fonctionne pas sur Raspbian, il faut compiler un équivalent, ici [Openresty](http://openresty.org).
```bash ```bash
wget http://openresty.org/download/ngx_openresty-1.4.3.3.tar.gz wget http://openresty.org/download/ngx_openresty-1.4.3.3.tar.gz
@ -37,9 +37,9 @@ cd ngx_openresty-1.4.3.3
--with-http_stub_status_module \ --with-http_stub_status_module \
--with-http_secure_link_module \ --with-http_secure_link_module \
--with-http_sub_module --with-http_sub_module
# Durée : ~15 minutes # Durée : ~15 minutes
make # ~15 minutes supplémentaires make # ~15 minutes supplémentaires
INSTALL=/tmp/openresty INSTALL=/tmp/openresty
make install DESTDIR=$INSTALL make install DESTDIR=$INSTALL
@ -66,4 +66,4 @@ fpm -s dir -t deb -n openresty -v 1.4.3.3 --iteration 1 -C $INSTALL \
run usr var run usr var
``` ```
Inspiré par http://brian.akins.org/blog/2013/03/19/building-openresty-on-ubuntu/ Inspiré de http://brian.akins.org/blog/2013/03/19/building-openresty-on-ubuntu/