dev-master
9999999-devAgile Workgroup Tool
MIT
The Requires
- php >=5.3.3
- rgies/symfony dev-master
by Robert Gies
agile workgroup
Wallogit.com
2017 © Pedro Peláez
Agile Workgroup Tool
This is a agile agency software to handle agile team processes., (*1)
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
Agile Workgroup Tool
MIT
agile workgroup