Linux: mudanças entre as edições
| Linha 14: | Linha 14: | ||
== Certficado SSL == | == Certficado SSL == | ||
Atualização de certificado ssl https: | |||
# stop ngix | # stop ngix | ||
/etc/init.d/ngix stop | /etc/init.d/ngix stop | ||
# renew certificate | # renew certificate | ||
certbot renew | certbot renew | ||
# start | # start | ||
/etc/init.d/ngix start | |||
== Atualizar/Manutenção == | == Atualizar/Manutenção == | ||
Edição das 16h02min de 13 de dezembro de 2019
comandos uteis linux
Crontab
- ver log: /var/mail/
Rocket Chat
Programa de chat empresarial
Certficado SSL
Atualização de certificado ssl https:
- stop ngix
/etc/init.d/ngix stop
- renew certificate
certbot renew
- start
/etc/init.d/ngix start
Atualizar/Manutenção
Documentação:
https://rocket.chat/docs/installation/manual-installation/ubuntu/snaps/
https://snapcraft.io/rocketchat-server
Checar versão do snap:
snap --version
Checar versão programas instalados
snap list
Ver informações
snap info rocketchat-server
How do I manually update to a new release?
While updates happen automatically usually within 6 hours from time of release, you can update manually by issuing this command:
sudo snap refresh rocketchat-server
How do I tell if Rocket.Chat is actually running?
You can check on the status of Rocket.Chat with:
sudo service snap.rocketchat-server.rocketchat-server status
To restart Rocket.Chat:
sudo service snap.rocketchat-server.rocketchat-server restart