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

kaleidos-ventures/taiga-contrib-hall

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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