0.0.51 • Published 10 years ago

godjira v0.0.51

Weekly downloads
1
License
MIT
Repository
github
Last release
10 years ago

godjira

Jira UI replacement - add tasks, edit sprints, versions and view a dashboard

instructions

  1. Install node
  2. Clone from git https://github.com/tamarasaurus/godjira or npm - sudo npm install godjira
  3. Install dependencies npm install
  4. You need to make a config.js file and drop it into the godjira directory, it should look like this:
    module.exports = {
        host: 'YOUR_HOST_NAME',
        port: 'YOUR_PORT',
        user: 'YOUR_JIRA_USERNAME',
        password: 'YOUR_JIRA_PASSWORD'
    };
  1. Run node index : http://localhost:3000