Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save yahyaahrika/b484d8481098427712ef7582248b0de5 to your computer and use it in GitHub Desktop.
Save yahyaahrika/b484d8481098427712ef7582248b0de5 to your computer and use it in GitHub Desktop.
install rocket chat in ubuntu
root@localhost:~# sudo install rocketchat-server
root@localhost:~# sudo snap set rocketchat-server caddy-url=https://{Domine-Url}
root@localhost:~# sudo snap rocketchat-server caddy=enable
error: unknown command "rocketchat-server", see 'snap help'.
root@localhost:~# sudo snap set rocketchat-server caddy=enable
root@localhost:~# sudo snap set rocketchat-server https=enable
root@localhost:~# sudo rocketchat-server.initcaddy
If no errors where found is safe to restart rocket.chat and Caddy:
- sudo systemctl restart snap.rocketchat-server.rocketchat-server.service
- other one
- sudo systemctl restart snap.rocketchat-server.rocketchat-caddy.service
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment