0.0
Repository is archived
No commit activity in last 3 years
No release in over 3 years
OXID eShop specific Capistrano tasks
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 3.0.0
 Project Readme

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