https://github.com/elia/capistrano-server-plug
Make the deploy server a simple capistrano setting
https://github.com/elia/capistrano-server-plug
Last synced: about 1 year ago
JSON representation
Make the deploy server a simple capistrano setting
- Host: GitHub
- URL: https://github.com/elia/capistrano-server-plug
- Owner: elia
- License: mit
- Created: 2013-08-29T12:52:34.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2013-10-18T11:50:07.000Z (almost 13 years ago)
- Last Synced: 2025-05-23T23:37:04.332Z (about 1 year ago)
- Language: Ruby
- Homepage:
- Size: 137 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Capistrano::Server::Plug
TODO: Write a gem description
## Installation
Add this line to your application's Gemfile:
gem 'capistrano-server-plug'
And then execute:
$ bundle
Or install it yourself as:
$ gem install capistrano-server-plug
## Usage
inside `config/deploy.rb`
```ruby
require 'capistrano/server/plug'
```
inside `config/deploy/.rb`
```ruby
set :server_type, :passenger
```
## Contributing
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request