文件名称:passenger:Capistrano 3.x的乘客支持
文件大小:9KB
文件格式:ZIP
更新时间:2024-05-21 11:04:18
Ruby
Capistrano ::乘客 通过Capistrano部署后添加任务以重新启动应用程序。 支持乘客版本6及更低版本。 安装 将此行添加到应用程序的Gemfile中: gem 'capistrano-passenger' 然后执行: $ bundle 或将其自己安装为: $ gem install capistrano-passenger 用法 将此行添加到您的Capfile然后deploy:restart设置为在:publishing完成后自动运行: require 'capistrano/passenger' 您还可以单独运行基础任务: # Restart your Passenger application. # The restart mechanism used is based on the version of Passenger installed on y
【文件预览】:
passenger-master
----.gitignore(185B)
----README.md(5KB)
----CHANGELOG.md(2KB)
----capistrano-passenger.gemspec(2KB)
----Gemfile(105B)
----LICENSE.txt(1KB)
----lib()
--------capistrano()
--------capistrano-passenger.rb(0B)
----Rakefile(29B)