Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/phusion/passenger
A fast and robust web server and application server for Ruby, Python and Node.js
https://github.com/phusion/passenger
application-server appserver cloud nodejs ruby
Last synced: 5 days ago
JSON representation
A fast and robust web server and application server for Ruby, Python and Node.js
- Host: GitHub
- URL: https://github.com/phusion/passenger
- Owner: phusion
- License: mit
- Created: 2008-03-27T23:40:48.000Z (almost 17 years ago)
- Default Branch: stable-6.0
- Last Pushed: 2024-10-21T15:34:33.000Z (3 months ago)
- Last Synced: 2024-10-29T11:12:37.727Z (3 months ago)
- Topics: application-server, appserver, cloud, nodejs, ruby
- Language: C++
- Homepage: https://www.phusionpassenger.com/
- Size: 51.5 MB
- Stars: 4,999
- Watchers: 116
- Forks: 548
- Open Issues: 237
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: .github/SECURITY.md
Awesome Lists containing this project
- awesome-ruby-toolbox - Passenger - A modern web server and application server for Ruby, Python and Node.js, optimized for performance, low memory usage and ease of use. (Provision, Deploy & Host / Web servers)
- awesome-nodejs-cn - Phusion Passenger - 直接嵌入 Nginx 的易用的进程管理工具 (包 / 进程管理)
- awesome-nodejs - Phusion Passenger - Friendly process manager that integrates directly into Nginx. (Packages / Process management)
- awesome-nodejs - passenger - A fast and robust web server and application server for Ruby, Python and Node.js - ★ 4234 (Process management)
- awesome-node - Phusion Passenger - Friendly process manager that integrates directly into Nginx. (Packages / Process management)
- awesome-nodejs-cn - Phusion Passenger - 直接嵌入Nginx的易用的进程管理工具. (目录 / 进程管理)
- awesome - phusion/passenger - A fast and robust web server and application server for Ruby, Python and Node.js (ruby)
- awesome-nodejs-cn - Phusion Passenger - **star:5008** 友好的过程管理器,直接集成到Nginx ![star > 2000][Awesome] (包 / 流程管理)
README
[![Gem Version](https://badge.fury.io/rb/passenger.svg)](https://badge.fury.io/rb/passenger)
# Phusion Passenger®Supercharge your Ruby, Node.js and Python apps
[Phusion Passenger®](https://www.phusionpassenger.com/) is a web server and application server, designed to be fast, robust and lightweight. It takes a lot of complexity out of deploying web apps, adds powerful enterprise-grade features that are useful in production, and makes administration much easier and less complex. Phusion Passenger supports Ruby, Python, Node.js and Meteor, and is being used by high-profile companies such as **Apple, Pixar, New York Times, AirBnB, Juniper** etc as well as [over 650.000 websites](http://trends.builtwith.com/Web-Server/Phusion-Passenger).
Phusion Passenger - the smart app serverWhat makes Passenger so fast and reliable is its C++ core, its zero-copy architecture, its watchdog system and its hybrid evented, multi-threaded and multi-process design.
### Learn more:
- [Website](https://www.phusionpassenger.com/)
- [Fuse Panel](https://www.phusionpassenger.com/fuse-panel)
- [Documentation & Support](https://www.phusionpassenger.com/support)
- [Consultancy](https://www.phusion.nl/consultancy)
- [Twitter](https://twitter.com/phusion_nl)
- [Blog](http://blog.phusion.nl/)
## Installation
Please follow [the installation instructions on the website](https://www.phusionpassenger.com/docs/tutorials/what_is_passenger/).
### Installing the source directly from git
If you mean to install the latest version of Passenger directly from this git repository, then you should run one of the following commands. Installing from the git repository is basically the same as the tarball installation method, as [described in the manual](https://www.phusionpassenger.com/docs/tutorials/installation/ruby/), with one exception: you need to clone git submodules:
git submodule update --init --recursive
After that, run one of the following:
./bin/passenger-install-apache2-module
-OR-
./bin/passenger-install-nginx-module
-OR-
# From your application directory
~/path-to-passenger/bin/passenger startFor troubleshooting, configuration and tips, please also refer to the above documentation. For further support, please refer to [the Phusion Passenger support page](https://www.phusionpassenger.com/support).
Ruby users can also build a gem from the Git repository and install the gem.
gem build passenger.gemspec
gem install passenger-x.x.x.gem## Further reading
* The `doc/` directory.
* [Contributors Guide](https://github.com/phusion/passenger/blob/master/CONTRIBUTING.md)
* [Phusion Passenger support page](https://www.phusionpassenger.com/support)
* [Phusion Passenger release notes](https://blog.phusion.nl/tag/passenger-releases/)## Legal
"Passenger" and "Phusion Passenger" are registered trademarks of Asynchronous B.V.