Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

kaleidos-ventures/taiga-contrib-profit-well

Repository files navigation

Taiga Contrib Profit Well

> READ THIS FIRST!: We recently announced Taiga plans for the future and they greatly affect how we manage this repository and the current Taiga 6 release. Check it here.

Managed with Taiga.io

The Taiga plugin to add profilt well retain snippet.

Installation

Production env

Taiga Front

Download in your dist/plugins/ directory of Taiga front the taiga-contrib-profit-well compiled code (you need subversion in your system):

  cd dist/
  mkdir -p plugins
  cd plugins
  svn export "https://github.com/kaleidos-ventures/taiga-contrib-profit-well/branches/stable/dist"  "profit-well"

Include in your dist/conf.json in profitWellToken the Profit Well token and in the contribPlugins list the value "/plugins/profit-well/profit-well.json":

...
    "profitWellToken": "XXXXXXXXXXXXXXXXXXXXXXXX",
    "contribPlugins": [
        (...)
        "/plugins/profit-well/profit-well.json"
    ]
...

Dev env

Taiga Front

After clone the repo link dist in taiga-front plugins directory:

  cd taiga-front/dist
  mkdir -p plugins
  cd plugins
  ln -s ../../../taiga-contrib-profit-well/dist profit-well

Include in your dist/conf.json in profitWellToken the Profit Well token and in the contribPlugins list the value "/plugins/profit-well/profit-well.json":

...
    "profitWellToken": "XXXXXXXXXXXXXXXXXXXXXXXX",
    "contribPlugins": [
        (...)
        "/plugins/profit-well/profit-well.json"
    ]
...

In the plugin source dir taiga-contrib-profit-well run

  npm install

and use:

  • gulp to regenerate the source and watch for changes.
  • gulp build to only regenerate the source.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published