Sha256: a45861bdc3ca8aff09e3c7adc1d9072445618ac91217d4ef9c409f8550160f8d

Contents?: true

Size: 1.43 KB

Versions: 2

Compression:

Stored size: 1.43 KB

Contents

== Introduction

This is a fork of the popular Phusion Passenger Apache module / Nginx Module for Ruby On Rails application deployment

== Installation

=== Regular installation

You can install either Colouring Code Phusion Passenger for Apache or for Nginx. Run either of
the following programs as root:

./bin/passenger-install-apache2-module

-OR-

./bin/passenger-install-nginx-module

That's it. :)

For troubleshooting, configuration and tips, please read the corresponding
Users Guide:

doc/Users guide Apache.html
doc/Users guide Nginx.html

These files are included in the source tarball, and may also be viewed online on
our website.

=== Installing via a gem

You may also first generate a .gem file, and then install that.
First, make sure that you have the following software installed:
- Doxygen: http://www.stack.nl/~dimitri/doxygen/
- Asciidoc: http://www.methods.co.nz/asciidoc/

Next, run:

rake package

The gem will be available under the 'pkg' folder.

== Custom Templates

Colouring Code have modified Passenger to show custom error templates when there is an error.
This is to save guard yourself and not show anyone the error stack trace.

=== Rails Generator

We have included a handy rails generator to generate all of the templates for you to start off with.

script/generate passenger_templates

The templates will then be available in:

RAILS_ROOT/lib/passenger/

== Legal

Phusion Passenger is a trademark of Hongli Lai & Ninh Bui.

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
colouringcode-passenger-0.2 README
colouringcode-passenger-0.1 README