2017 © Pedro Peláez
 

symfony-bundle awt-bundle

Agile Workgroup Tool

image

rgies/awt-bundle

Agile Workgroup Tool

  • Monday, June 23, 2014
  • by rgies
  • Repository
  • 1 Watchers
  • 0 Stars
  • 18 Installations
  • JavaScript
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Agile Workgroup Tool

This is a agile agency software to handle agile team processes., (*1)

Installation

Add the following code to your composer.json file:, (*2)

"require": {
    ..
    "rgies/awt-bundle": "dev-master"
},

And then run the Composer update command:, (*3)

$ php composer.phar update rgies/awt-bundle

Then register the bundle in the app/AppKernel.php file:, (*4)

public function registerBundles()
{
    $bundles = array(
        ...
        new RGies\AwtBundle\AwtBundle(),
        ...
    );

    return $bundles;
}

Add the required routing settings in the app\config\routing.yml file:, (*5)

awt:
    resource: "@AwtBundle/Controller/"
    type:   annotation
    prefix: /

Add the jira configuration in the app\config\config.yml file:, (*6)

# Agile Workgroup Tool Configuration
awt:
    jira_connector:
        protocol: https
        url: jira.your_domain.com
        login: xxx
        password: xxx

The Versions

23/06 2014

dev-master

9999999-dev

Agile Workgroup Tool

  Sources   Download

MIT

The Requires

 

by Robert Gies

agile workgroup