https://github.com/ku1ik/archlinux-nginx-passenger
Nginx webserver with Passenger module for Archlinux
https://github.com/ku1ik/archlinux-nginx-passenger
Last synced: 3 months ago
JSON representation
Nginx webserver with Passenger module for Archlinux
- Host: GitHub
- URL: https://github.com/ku1ik/archlinux-nginx-passenger
- Owner: ku1ik
- Created: 2010-06-27T10:03:26.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2011-07-05T20:07:19.000Z (almost 14 years ago)
- Last Synced: 2025-01-20T02:39:21.207Z (5 months ago)
- Language: Shell
- Homepage: http://ku1ik.com/
- Size: 105 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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