文件名称:capistrano-systemd:使用Capistrano管理系统服务
文件大小:8KB
文件格式:ZIP
更新时间:2024-06-02 08:43:02
Ruby
Capistrano系统 该gem提供了capistrano任务,这些任务有助于使用systemd管理Puma Web服务器。 要求 capistrano-systemd需要capistrano 3.x版本。 安装 添加到Gemfile : group :development do gem "capistrano", "~> 3.1" gem 'capistrano-systemd', github: "pvlltvk/capistrano-systemd" end 跑步: $ bundle 用法 请参阅下面每个模块的文档。 模组
【文件预览】:
capistrano-systemd-master
----LICENSE(1KB)
----CHANGELOG.md(679B)
----README.md(519B)
----capistrano-runit.gemspec(502B)
----lib()
--------capistrano-runit.rb(0B)
--------capistrano()
----Gemfile(39B)