Skip to content

coopengo/coog-hacks

Repository files navigation

Coog Hacks

This is a kind of index of useful scripts to interact with Coog.

Examples are based on:

Please keep in mind that these are just examples to make it easy to start an interface

Usage

- npm i
- node <script-name>

Please note that:

  • Server URL, DB, USERNAME and PASSWORD could be set from environment variables

    • COOG_URL, COOG_DB, COOG_USERNAME, COOG_PASSWORD
    • Example: COOG_URL=http://myserver.local:8000 node <script-name>
  • To log internal actions, you can activate debug on nodejs client libs

    • DEBUG=tryton:session:* node <script-name>

    rpc

  • To debug scripts execution, you can use node inspector

Examples

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published