Linux: mudanças entre as edições
| Linha 17: | Linha 17: | ||
Atualização de certificado ssl https: | Atualização de certificado ssl https: | ||
stop ngix | |||
<code> | |||
/etc/init.d/ngix stop | /etc/init.d/ngix stop | ||
</code> | |||
renew certificate | |||
<code> | |||
certbot renew | certbot renew | ||
</code> | |||
start | |||
<code> | |||
/etc/init.d/ngix start | /etc/init.d/ngix start | ||
</code> | |||
== Atualizar/Manutenção == | == Atualizar/Manutenção == | ||
Edição das 16h03min 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