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
Rocket.Chat is the leading open source team chat software solution. Free, unlimited and completely customizable with on-premises and SaaS cloud hosting.
20
+
Replace email, HipChat & Slack with the ultimate team chat software solution.
21
+
22
+
This Rocket.Chat image uses docker under the hood. To learn more, please read our docker documentation - https://docs.rocket.chat/deploy/prepare-for-your-deployment/rapid-deployment-methods/docker-and-docker-compose
23
+
24
+
You can find the compose project in $HOME/rocketchat directory.
25
+
26
+
Looking for how to use Rocket.Chat? Be sure to check our docs: https://docs.rocket.chat
27
+
Need some help? Join our community forums https://forums.rocket.chat and https://open.rocket.chat
cd /usr/local/src/rocket-chat-20-04/opt/cloudstack/ && wget https://raw.githubusercontent.com/stackbill/marketplace/main/_common-files/opt/cloudstack/rocket-chat-cleanup.sh
6
+
7
+
cd /usr/local/src/rocket-chat-20-04/ && wget https://raw.githubusercontent.com/stackbill/marketplace/main/rocket-chat-20-04/rocket-chat.yaml
shell: "sed -i 's/#Match User anoncvs/ForceCommand echo Please wait until the installation is completed..../g' /etc/ssh/sshd_config && systemctl restart sshd"
6
+
7
+
- name: Updating Packages
8
+
ansible.builtin.apt:
9
+
update_cache: yes
10
+
11
+
- name: Download file for docker and docker compose
12
+
ansible.builtin.get_url:
13
+
url: https://get.docker.com
14
+
dest: /usr/local/src/docker.sh
15
+
mode: '0755'
16
+
17
+
- name: Installing docker and docker compose
18
+
shell: /usr/local/src/docker.sh
19
+
20
+
- name: Download compose file for Installing rocker chat
shell: "sed -i 's/ForceCommand echo Please wait until the installation is completed..../#Match User anoncvs/g' /etc/ssh/sshd_config && systemctl restart sshd"
0 commit comments