capistrano-upstart-service:轻松为Upstart服务定义Capistrano 3.x任务

时间:2024-06-08 20:50:55
【文件属性】:

文件名称:capistrano-upstart-service:轻松为Upstart服务定义Capistrano 3.x任务

文件大小:6KB

文件格式:ZIP

更新时间:2024-06-08 20:50:55

Ruby

Capistrano新贵服务 通过简单的YAML配置文件为Upstart服务定义Capistrano 3.x任务。 这颗宝石是的后继者。 安装 将此行添加到您的应用程序的Gemfile中: gem 'capistrano' , '~> 3.0.0' gem 'capistrano-upstart-service' 然后执行: $ bundle 或将其自己安装为: $ gem install capistrano-upstart-service 设置 require 'capistrano/upstart/service' 然后在您的项目中添加一个名为config/capistrano-upstart-service.yml的文件,其内容如下: upstart_services : - name : nginx roles : :all 完成此操作后,您


【文件预览】:
capistrano-upstart-service-master
----.gitignore(5B)
----LICENSE(1KB)
----CHANGELOG.md(166B)
----README.md(2KB)
----lib()
--------capistrano-upstart-service.rb(0B)
--------capistrano()
----capistrano-upstart-service.gemspec(935B)
----Gemfile(103B)
----Rakefile(28B)
----Gemfile.lock(550B)

网友评论