taiga-contrib-hall

The Taiga plugin for hall integration


Keywords
taiga, hall, integration
License
Other
Install
pip install taiga-contrib-hall==0.0.4

Documentation

NOTE: Atlassian has acquired Hall.com and they've closed the service, so this plugin doesn't work anymore.

Taiga contrib hall

Kaleidos Project Managed with Taiga.io

The Taiga plugin for hall integration.

Installation

Taiga Back

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

  pip install taiga-contrib-hall

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

  INSTALLED_APPS += ["taiga_contrib_hall"]

The run the migrations to generate the new need table:

  python manage.py migrate taiga_contrib_hall

Taiga Front

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

  cd dist/js
  wget "https://raw.githubusercontent.com/taigaio/taiga-contrib-hall/$(pip show taiga-contrib-hall | awk '/^Version: /{print $2}')/front/dist/hall.js"

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

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

How to use

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