Capistrano Olympus 
Capistrano Olympus is a Ruby gem which provides a complete solution for deploying WordPress website easily.
Build with ♥ for WordPress developers.
Capistrano Olympus works especially with the Olympus framework and Capistrano 3.
It depends on the following Capistrano tasks to deploy a WordPress application:
- capistrano-composer: https://github.com/capistrano/composer
- sshkit-sudo: https://github.com/kentaroi/sshkit-sudo
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 :)
Guys, do not hesitate to spread your love about the Olympus WordPress framework and all its packages ;)
Authors and Copyright
Achraf Chouk
Please, read LICENSE for more details.
Built with ♥ by Achraf Chouk ~ (c) since 2015.