Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/alexchamberlain/nginx-qrcode

Native QR encoding for Nginx Web Server
https://github.com/alexchamberlain/nginx-qrcode

Last synced: 3 months ago
JSON representation

Native QR encoding for Nginx Web Server

Lists

README

        

nginx-qrencode
============

Copyright © Alex Chamberlain 2012. Released under the MIT licence.

*nginx-qrencode* is a an addon for Nginx to generate and serve QR codes.

Dependencies
------------

*nginx-qrencode* depends upon ```libqrencode``` and ```libgd```. Please install
these first.

Installation
------------

1. Clone this responsitory
git clone git://github.com/alexchamberlain/nginx-qrcode.git
2. Download the Nginx source, extract and change the current working directory
to the Nginx tree.
3. Run ```configure``` with ```--add-module=/path/to/source/nginx-qrcode```
4. Run ```make``` and ```make install```. ```make install``` will probably need
root permissions.

Refer to http://wiki.nginx.org/3rdPartyModules.