ku1ik / archlinux-nginx-passenger

Nginx webserver with Passenger module for Archlinux

Home Page:http://ku1ik.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nginx webserver with Passenger module for Archlinux

About

This is custom PKGBUILD for Nginx which adds Phusion Passenger support.

Instalation

In order to build this package you need to have passenger gem installed on your system:

gem install passenger

Now make sure passenger-config script is available in your path:

passenger-config --root

This should print path to passenger installation directory. Use it later as a path given to passenger_root option in Nginx's config.

Now you can build the package:

cd nginx-passenger
makepkg
sudo pacman -Su nginx-passenger-....pkg.tar.xz

About

Nginx webserver with Passenger module for Archlinux

http://ku1ik.com/


Languages

Language:Shell 100.0%