Difference between revisions of "LingoBot Command Center Setup"

From Lingoport Wiki
Jump to: navigation, search
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
1. Create Command Center API user lingobot then set COMMAND_CENTER_URSER=lingobot in install.conf
+
=== Create Command Center lingobot user===
   
  +
[[File:ccbot.png|700px|center]]
2. Copy the API token to lingobot install.conf as COMMAND_CENTER_TOKEN
 
   
  +
In Command Center -> Settings -> Users & Teams:
3. Assign projects to API user
 
  +
*Add a new API user called '''lingobot'''.
  +
*Assign teams and projects to the user
  +
*Create
  +
*Copy the token to the clipboard.
   
  +
=== Update install.conf ===
[[File:ccbot.png|700px]]
 
  +
  +
In the console, update the LingoBot install.conf file:
  +
  +
COMMAND_CENTER_USER=lingobot
  +
COMMAND_CENTER_TOKEN=<copied token>
  +
  +
[[Configure_the_Collaboration_Environment|Next: Configure the Collaboration Environment (Slack/ Flowdock/ Cisco Spark/ MS Teams)]]

Latest revision as of 21:42, 19 March 2024

Create Command Center lingobot user

Ccbot.png

In Command Center -> Settings -> Users & Teams:

  • Add a new API user called lingobot.
  • Assign teams and projects to the user
  • Create
  • Copy the token to the clipboard.

Update install.conf

In the console, update the LingoBot install.conf file:

  COMMAND_CENTER_USER=lingobot
  COMMAND_CENTER_TOKEN=<copied token>

Next: Configure the Collaboration Environment (Slack/ Flowdock/ Cisco Spark/ MS Teams)