NOTE: Atlassian has acquired Hall.com and they've closed the service, so this plugin doesn't work anymore.
The Taiga plugin for hall integration.
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
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"]
...
Follow the instructions on our support page Taiga.io Support > Contrib Plugins > Hall integration