Capistrano Olympus RubyGem version

Capistrano Olympus is a Ruby gem which provides a complete solution for deploying WordPress website easily.
Build with ♥ for WordPress developers.


Total Downloads GitHub version For Olympus For WordPress - Capistrano 3


Capistrano Olympus works especially with the Olympus framework and Capistrano 3.
It depends on the following Capistrano tasks to deploy a WordPress application:


Installation

Require capistrano-olympus in your gem file:

# Gemfile
gem 'capistrano',  '~> 3.4'
gem 'capistrano-olympus', '~> 0.0.4'

Usage

Require capistrano-olympus in your cap file:

# Capfile
require 'capistrano/olympus'

Settings

All default settings are defined in the lib/capistrano/vars/defaults.rb file. Please, refer to it to see exactly how the defaults are set up.
If you want to override any setting, just set it on your app/deploy/config.rb file.

# Setup Capistrano
set :log_level, fetch(:log_level, :debug)
set :keep_releases, fetch(:keep_releases, 3)

# Setup Project
set :application, fetch(:application, 'olympus-capified')
set :localurl, fetch(:localurl, 'http://www.domain.tld')

All we need is looooooooooooove :)

Salt Bountysource page Bountysource page
Guys, do not hesitate to spread your love about the Olympus WordPress framework and all its packages ;)


Achraf Chouk

Please, read LICENSE for more details.
MIT


Built with ♥ by Achraf Chouk ~ (c) since 2015.