You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-18Lines changed: 5 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# StackStorm's st2chatops
2
2
3
3
This repository delivers [StackStorm Chatops](https://docs.stackstorm.com/chatops) in a form of packages and docker image. The package includes [hubot](https://hubot.github.com/), [hubot-stackstorm](https://github.com/StackStorm/hubot-stackstorm)
4
-
and pre-installed adapters for many Chat services.
4
+
and pre-installed adapters for Slack.
5
5
6
6
## Package
7
7
@@ -36,19 +36,11 @@ Where ${DISTRO} refers to flavor name. See [docker-compose.yml](docker-compose.y
36
36
37
37
export $ST2_HOSTNAME={MY_STACKSTORM_HOST_NAME}
38
38
39
-
* Use [`st2chatops.env`](st2chatops.env) to store the settings. The example uses Slack; set appropriate environment variables for other Chat Services:
* Use [scripts/st2chatops-docker-run.sh](scripts/st2chatops-docker-run.sh) to start the docker container instance.
51
-
The script is set for Slack; for other Chats, **edit it** to pass the environment variables as required for your Chat service adapter.
43
+
The script is set for Slack
52
44
Run the script, and ensure that hubot-stackstorm is running and there are no errors:
53
45
54
46
./st2chatops-docker-run.sh
@@ -62,7 +54,7 @@ Run the script, and ensure that hubot-stackstorm is running and there are no err
62
54
63
55
### Node Version
64
56
65
-
Grab your favorite Node.JS version (>=10.0, <=14.x), and pick your tag. Update `Dockerfile` as needed.
57
+
Grab your favorite Node.JS version (>=20.0), and pick your tag. Update `Dockerfile` as needed.
66
58
67
59
### Pre-Requsites
68
60
@@ -86,11 +78,6 @@ Grab your favorite Node.JS version (>=10.0, <=14.x), and pick your tag. Update `
86
78
87
79
* Step 4: Profit
88
80
89
-
### Updating
90
-
91
-
*`hubot-slack` is not compatible with coffeescript 2 ([issue](https://github.com/slackapi/hubot-slack/issues/526), [PR](https://github.com/slackapi/hubot-slack/pull/528)) yet, so keep the `coffee-script` dependency pinned to `1.12.7`
92
-
*`coffee-register` is required for dynamic `require`, but it cannot be updated past `1.0.0` because more recent versions (eg: `2.0.0`+) require coffeescript version `2.0.0`+
93
-
94
81
### Copyright, License, and Contributors Agreement
0 commit comments