Installing the Lingobot Service: Difference between revisions
Jump to navigation
Jump to search
Created page with "== Running The Installation Script == === With Sudo === This is the final step in the configuration process. If all goes well, your instance of LingoBot will be up and running..." |
No edit summary |
||
| Line 1: | Line 1: | ||
== | ===Set up install.conf === | ||
== | |||
# | |||
# Provide your home directory, lingobot folder will be created | |||
** | # | ||
** | home_directory=/home/centos | ||
# | |||
# Provide the Lingobot version | |||
# | |||
lingobot_image_version= | |||
# | |||
# Provide the Lingobot port | |||
# | |||
serverPort=8084 | |||
# | |||
# Provide your Docker Hub username | |||
# | |||
docker_username=lingoportcustomer | |||
# | |||
# Provide your Docker Hub account token | |||
# | |||
docker_account_token=dckr_pat_cUuqyjSfv3JQRG0R5_cwmWsHceg | |||
# Slack security config | |||
BOT_TOKEN=xoxb-********** | |||
APP_TOKEN=xapp-********** | |||
COMMAND_CENTER_URL=https://your_server/command-center | |||
COMMAND_CENTER_URSER= | |||
COMMAND_CENTER_TOKEN= | |||
docker_image=lingoport/lingobot_dev | |||
Once this is done, your instance of LingoBot will be up and running! | Once this is done, your instance of LingoBot will be up and running! | ||
| Line 36: | Line 37: | ||
Example: | Example: | ||
lingobot hello | |||
if LingoBot responds with " | if LingoBot responds with "hello", then you have successfully launched LingoBot. Have Fun! | ||
Verify that you see the correct projects: | Verify that you see the correct projects: | ||
lingobot list projects | |||
Revision as of 05:27, 26 December 2023
Set up install.conf
# # Provide your home directory, lingobot folder will be created # home_directory=/home/centos # # Provide the Lingobot version # lingobot_image_version= # # Provide the Lingobot port # serverPort=8084 # # Provide your Docker Hub username # docker_username=lingoportcustomer # # Provide your Docker Hub account token # docker_account_token=dckr_pat_cUuqyjSfv3JQRG0R5_cwmWsHceg # Slack security config BOT_TOKEN=xoxb-********** APP_TOKEN=xapp-********** COMMAND_CENTER_URL=https://your_server/command-center COMMAND_CENTER_URSER= COMMAND_CENTER_TOKEN= docker_image=lingoport/lingobot_dev
Once this is done, your instance of LingoBot will be up and running!
Installation Verification
A quick way to verify that the LingoBot service has successfully launched and can be accessed by your team, go to your collaboration environment and try sending a message to LingoBot. To do this, you may have to invite LingoBot to the room you are currently in.
Example:
lingobot hello
if LingoBot responds with "hello", then you have successfully launched LingoBot. Have Fun!
Verify that you see the correct projects:
lingobot list projects