mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
Update build_openresty_fr.md
This commit is contained in:
parent
708e8d36bb
commit
afb93014dc
1 changed files with 5 additions and 5 deletions
|
@ -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/
|
Loading…
Add table
Reference in a new issue