Skip to content

williamjablonski/taiga-contrib-letschat

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Taiga Contrib Let's Chat

Taiga plugin for Let's Chat (https://sdelements.github.io/lets-chat/) integration.

NOTE: This plugin is currently in alpha version
NOTE 2: Let's Chat team is working to add markdown support, please use this branch for testing: https://github.com/sdelements/lets-chat/tree/try-md

Installation

Taiga Back

In your Taiga back python virtualenv install taiga_contrib_letschat app:

  git clone https://github.com/taigaio/taiga-contrib-letschat.git
  cd taiga-contrib-letschat/back
  python setup.py install

Then modify your settings/local.py and include the line:

  INSTALLED_APPS += ["taiga_contrib_letschat"]

Then run the migrations to generate the new need table:

  python manage.py migrate taiga_contrib_letschat

Taiga Front

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

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

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

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

Releases

No releases published

Packages

No packages published

Languages

  • Python 61.8%
  • HTML 24.5%
  • CoffeeScript 13.7%