Skip to content

bbhoss/taiga-contrib-hipchat

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Taiga contrib HipChat

The Taiga plugin for HipChat integration.

Installation

Taiga Back

In your Taiga back python virtualenv install the pip package taiga-contrib-hipchat with:

  pip install taiga-contrib-hipchat

Modify your settings/local.py and include the line:

  INSTALLED_APPS += ["taiga_contrib_hipchat"]

Then run the migrations to generate the new need table:

  python manage.py migrate taiga_contrib_hipchat

Taiga Front

Download in your dist/js/ directory of Taiga front the taiga-contrib-hipchat compiled code:

  cd dist/js
  wget "https://raw.githubusercontent.com/taigaio/taiga-contrib-hipchat/stable/front/dist/hipchat.js"

Include in your dist/js/conf.json in the contribPlugins list the value "/js/hipchat.js":

...
    "contribPlugins": ["/js/hipchat.js"]
...

How to use

Follow the instructions on our support page Taiga.io Support > Contrib Plugins > HipChat integration

About

Taiga plugin for hipchat (https://www.hipchat.com/) integration

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 63.7%
  • HTML 24.6%
  • CoffeeScript 11.7%