Skip to content

nginx-modules/nginx-qrcode

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published