Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/openresty/nginx-tutorials
Nginx Tutorials
https://github.com/openresty/nginx-tutorials
Last synced: 24 days ago
JSON representation
Nginx Tutorials
- Host: GitHub
- URL: https://github.com/openresty/nginx-tutorials
- Owner: openresty
- Created: 2011-12-01T07:33:56.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2021-03-05T03:48:12.000Z (over 3 years ago)
- Last Synced: 2024-10-01T15:22:46.365Z (about 1 month ago)
- Language: Perl
- Homepage: http://blog.sina.com.cn/openresty
- Size: 572 KB
- Stars: 2,869
- Watchers: 272
- Forks: 442
- Open Issues: 5
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
- awesome-nginx - Nginx tutorials - Nginx tutorials by [Agentzh](https://github.com/agentzh). (Tutorials / Lua Modules)
README
This repository holds the source scripts for my Nginx tutorial series
published here:http://openresty.org/download/agentzh-nginx-tutorials-en.html
Versions in other languages are expected to be maintained by the community.
Pre-generated e-books can be downloaded directly from here:
http://openresty.org/#eBooks
How to generate HTML and other ebook format files on your side:
1. install perl 5.8.1+ into your system (usually it is already
installed on \*NIX systems.
2. install the Perl CPAN module List::MoreUtils with the
command:sudo cpan List::MoreUtils
3. Install Calibre from here: http://calibre-ebook.com/
4. Build the ebook files \*.mobi and \*.epub
make
Note that Gnu make is also required. On most \*BSD systems,
it's usually required to run "gmake" instead of "make" here.