Capistrano::OXID
OXID eShop specific tasks for Capistrano v3
cap oxid:clear_cache
cap oxid:command[command_name]
cap oxid:fix_states
cap oxid:migrate
cap oxid:update_views
To use this you must have OXID Console in your OXID eShop application
Installation
Add this line to your application's Gemfile:
gem 'capistrano', '~> 3.0.0'
gem 'oxid-capistrano'
Usage
Require oxid-capistrano in your Capfile:
# Capfile
require 'capistrano/oxid'
Configuration
# App path where OXID application is stored
# Must have trailing "/" if specified
set :app_path, '' # Path to OXID from where Capfile is stored, leave empty if it is in the same directory