added more docs to README.
This commit is contained in:
parent
6bcb65319a
commit
454fb5cbb2
24
README
24
README
|
@ -9,10 +9,32 @@ that all these modules are played well together.
|
||||||
|
|
||||||
The bundled software components are copyrighted by the respective copyright holders.
|
The bundled software components are copyrighted by the respective copyright holders.
|
||||||
|
|
||||||
Git repository
|
To build ngx_openresty, just uncompress the latest ngx_openresty tarball
|
||||||
|
listed on http://openresty.org and then enter the
|
||||||
|
ngx_openresty-* directory,
|
||||||
|
and type the following commands:
|
||||||
|
|
||||||
|
./configure --prefix=/opt/ngx_openresty \
|
||||||
|
--with-http_lua_module \
|
||||||
|
--with-http_drizzle_module \
|
||||||
|
--with-http_rds_json_module
|
||||||
|
|
||||||
|
make
|
||||||
|
|
||||||
|
make install
|
||||||
|
|
||||||
|
For bundle maintainers:
|
||||||
|
|
||||||
|
The bundle's source is at the following git repository:
|
||||||
|
|
||||||
https://github.com/agentzh/ngx_openresty
|
https://github.com/agentzh/ngx_openresty
|
||||||
|
|
||||||
|
To reproduce the bundle tarball, just do
|
||||||
|
|
||||||
|
make
|
||||||
|
|
||||||
|
at the top of the bundle source tree.
|
||||||
|
|
||||||
The bundle itself is licensed under the 2-clause BSD license.
|
The bundle itself is licensed under the 2-clause BSD license.
|
||||||
|
|
||||||
Copyright (c) 2011, Taobao Inc., Alibaba Group (
|
Copyright (c) 2011, Taobao Inc., Alibaba Group (
|
||||||
|
|
|
@ -155,6 +155,7 @@ rm *.tar.gz
|
||||||
|
|
||||||
cd ..
|
cd ..
|
||||||
cp $root/util/configure ./
|
cp $root/util/configure ./
|
||||||
|
cp $root/README ./
|
||||||
|
|
||||||
cd $root
|
cd $root
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue