软件包: ruby-foreman (0.85.0-2)
ruby-foreman 的相关链接
Trisquel 的资源:
下载源码包 ruby-foreman:
维护者:
Original Maintainers:
- Debian Ruby Team (Mail Archive)
- Per Andersson
外部的资源:
- 主页 [github.com]
相似软件包:
Process manager for applications with multiple components
Foreman is a process manager commonly used during development of multi-component applications. For production, it allows allow you to either run your application directly or export it to some other process management format (i.e. init system service files).
Foreman uses a file called Procfile, which is the same mechanism for declaring what commands are run by your application’s dynos on the Heroku platform. It follows the process model. You can use a Procfile to declare various process types, such as multiple types of workers, a singleton process like a clock, or a consumer of the Twitter streaming API.
其他与 ruby-foreman 有关的软件包
|
|
|
-
- dep: ruby
- Interpreter of object-oriented scripting language Ruby (default version)
- 或者 ruby-interpreter
- 软件包暂时不可用
-
- dep: ruby-dotenv
- configuration variable loader
-
- dep: ruby-thor (>= 0.19.1)
- Ruby scripting framework