All Projects → phusion → Passenger

phusion / Passenger

Licence: mit
A fast and robust web server and application server for Ruby, Python and Node.js

Programming Languages

ruby
36898 projects - #4 most used programming language
C++
36643 projects - #6 most used programming language
c
50402 projects - #5 most used programming language
shell
77523 projects
Makefile
30231 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Passenger

Fastocloud
Self-hosted IPTV/NVR/CCTV/Video service (Community version)
Stars: ✭ 464 (-90.34%)
Mutual labels:  cloud
Kopia
Cross-platform backup tool for Windows, macOS & Linux with fast, incremental backups, client-side end-to-end encryption, compression and data deduplication. CLI and GUI included.
Stars: ✭ 507 (-89.45%)
Mutual labels:  cloud
Securefs
Filesystem in userspace (FUSE) with transparent authenticated encryption
Stars: ✭ 518 (-89.22%)
Mutual labels:  cloud
Kumo
Kumo - Java Word Cloud
Stars: ✭ 476 (-90.09%)
Mutual labels:  cloud
Cloud Design Patterns
Prescriptive Architecture Guidance for Cloud Applications
Stars: ✭ 484 (-89.93%)
Mutual labels:  cloud
Mesos
Apache Mesos
Stars: ✭ 4,824 (+0.42%)
Mutual labels:  cloud
Terraformer
CLI tool to generate terraform files from existing infrastructure (reverse Terraform). Infrastructure to Code
Stars: ✭ 6,316 (+31.47%)
Mutual labels:  cloud
Dorita980
Unofficial iRobot Roomba and Braava (i7/i7+, 980, 960, 900, e5, 690, 675, m6, etc) node.js library (SDK) to control your robot
Stars: ✭ 523 (-89.11%)
Mutual labels:  cloud
Click To Deploy
Source for Google Click to Deploy solutions listed on Google Cloud Marketplace.
Stars: ✭ 509 (-89.4%)
Mutual labels:  cloud
Raidrive.translation
RaiDrive Translation
Stars: ✭ 518 (-89.22%)
Mutual labels:  cloud
Hexo Theme Yun
☁️ A fast & light & lovely theme for Hexo. 一个对可爱自以为是的 Hexo 主题。
Stars: ✭ 477 (-90.07%)
Mutual labels:  cloud
Webiny Js
Enterprise open-source serverless CMS. Includes a headless CMS, page builder, form builder and file manager. Easy to customize and expand. Deploys to AWS.
Stars: ✭ 4,869 (+1.35%)
Mutual labels:  cloud
Kubernetes On Aws
Deploying Kubernetes on AWS with CloudFormation and Ubuntu
Stars: ✭ 517 (-89.24%)
Mutual labels:  cloud
Microservices
Microservices from Design to Deployment 中文版 《微服务:从设计到部署》
Stars: ✭ 4,637 (-3.48%)
Mutual labels:  cloud
Parsec Cloud Preparation Tool
Launch Parsec enabled cloud computers via your own cloud provider account.
Stars: ✭ 517 (-89.24%)
Mutual labels:  cloud
Turbinia
Automation and Scaling of Digital Forensics Tools
Stars: ✭ 461 (-90.4%)
Mutual labels:  cloud
Learning Library
Learning Material for Oracle Technologies
Stars: ✭ 512 (-89.34%)
Mutual labels:  cloud
Saws
A supercharged AWS command line interface (CLI).
Stars: ✭ 4,886 (+1.71%)
Mutual labels:  cloud
Iot Edge V1
Azure IoT Edge
Stars: ✭ 522 (-89.13%)
Mutual labels:  cloud
Diffuse
A music player that connects to your cloud/distributed storage.
Stars: ✭ 517 (-89.24%)
Mutual labels:  cloud

Gem Version

passenger logo Phusion Passenger®

Supercharge your Ruby, Node.js and Python apps

Phusion Passenger® 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.


Phusion Passenger - the smart app server

What 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:






Installation

Please follow the installation instructions on the website.

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, 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 start

For troubleshooting, configuration and tips, please also refer to the above documentation. For further support, please refer to the Phusion Passenger support page.

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

Legal

"Passenger" and "Phusion Passenger" are registered trademarks of Phusion Holding B.V.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].