https://github.com/mdub/platform1
A thin wrapper around Passenger Standalone
https://github.com/mdub/platform1
Last synced: 6 months ago
JSON representation
A thin wrapper around Passenger Standalone
- Host: GitHub
- URL: https://github.com/mdub/platform1
- Owner: mdub
- Created: 2011-04-16T05:23:19.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2012-07-09T03:54:29.000Z (over 13 years ago)
- Last Synced: 2025-06-30T19:02:04.763Z (6 months ago)
- Language: Ruby
- Homepage:
- Size: 102 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Platform1
=========
Platform1 is a thin wrapper around Phusion Passenger Standalone, making it easier to run Passenger as a development server for Rack/Rails applications.
Using it
--------
Pick a port:
$ p1 init 3456
Start it up:
$ p1 start
=============== Phusion Passenger Standalone web server started ===============
PID file: /Users/mdub/Projects/Jetstar/newco/tmp/pids/passenger.3456.pid
Log file: /Users/mdub/Projects/Jetstar/newco/log/passenger.3456.log
Environment: development
Accessible via: http://0.0.0.0:3456/
Serving in the background as a daemon.
===============================================================================
$ p1 status
UP (pid 43258)
$ p1 start
already UP (pid 43258)
Shut it down:
$ p1 stop
$ p1 status
DOWN