-
Enter the required information in the
install.bat(windows)/install.sh(linux) file:set CLIENT_ID=<client_id> set CLIENT_SECRET=<client_secret> set BOT_NAME=<bot_name> set HTTP_PROXY=<http_proxy> set HTTPS_PROXY=<https_proxy>
-
Configure the ucmdb server in the
config.jsonfile:"config":{ "ucmdb":{ "servers":{ "default":"server_one", "server_one":{ "protocol":"<http/https>", "endpoint":"<ucmdb_server_url>", "port":"<port_number>", "account":"<username>", "password":"<encrypted_password>" } } } }
-
Run
install.bat/install.shNote: If doing this for the first time, it may take a while because also an
npm installis executed. -
Go to http://localhost:4000 and add your bot to Slack
-
Run
start.bat/start.sh
HPSoftware/cms-ucmdb-chatops
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|