friendsofakeneo/cron-bundle

CRON manager for Akeneo PIM

v1.1.1 2017-03-18 15:40 UTC

README

Scrutinizer Code Quality Build Status

FOACronBundle - easy cron management from Akeneo dashboard

Overview

This bundle is adaptation of awesome BCCCronManagerBundle for Akeneo. This version provides some quality improvements and UI compatible with Akeneo.

Requirements

FOACronBundle Akeneo PIM Edition
v1.0.* v1.5.*
v1.1.* v1.6.*

Installation

  1. Install bundle using Composer:
    composer require friendsofakeneo/cron-bundle
  1. Enable the bundle in AppKernel.php file:
    public function registerBundles()
    {
        $bundles = [
            ...
            new FOA\CronBundle\FOACronBundle(),
        ];
        ...
  1. Register bundle routes in app/config/routing.yml:
FOACronBundle:
    resource: '@FOACronBundle/Resources/config/routing.yml'
    prefix:   /cron-manager

Usage

  1. Configure access for users who can manage cron tasks in 'System->Users Management->Roles'

Roles Management

Now cron management should be available by 'System->Cron Management'.

Cron Management board

TODO

  1. Update UI to be more beauty and understandable;