Skip to content

Files

Latest commit

c1c6f21 · Feb 17, 2012

History

History
20 lines (10 loc) · 687 Bytes

README.md

File metadata and controls

20 lines (10 loc) · 687 Bytes

nginx-passenger-debian

This repository contains a version of nginx patched to include support for Phusion Passenger that can be built as a Debian package.

Build Instructions

Make sure that Ruby is correctly set up (we recommend rvm for this task) and install the passenger gem. Next, check out this repository and build its Debian packages using

fakeroot dpkg-buildpackage

In case, mandatory build dependencies are missing, install these using:

apt-get build-dep nginx

Install the resulting nginx-passenger and nginx-common .deb packages and you are done.

General Information

General documentation for nginx is available at http://nginx.org