Skip to content
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.

mayflower/jira-vote

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jira Voter

Build Status

  1. Installation

There are some steps to install this application:

git clone -b master https://github.com/Mayflower/jira-vote.git /path/to/your/folder
cd /path/to/your/folder

Install dependencies

curl -sS https://getcomposer.org/installer | php
composer install

Test symfony requirements [optional]

php app/check.php
  1. Configuration

  • You have to register this application in JIRA.
  • Now you should have a *.pem file with the Jira secret key and the consumer key. Please rename the pem file to jira.pem and move it to /app/oauth/private.
  • Now open the file /app/config/parameters.yml and change the value "jira_secret" to your consumer key and "secret" to another random key
  • Open file /app/config/jira.yml and change the value "oauth_host" to the server with jira
  • Change the value "client_host" in the same file to the host of this application