Linux: mudanças entre as edições

De Wiki Doth
Ir para navegação Ir para pesquisar
Sem resumo de edição
Sem resumo de edição
Linha 10: Linha 10:
Programa de chat empresarial
Programa de chat empresarial


== Atualizar ==  
== Atualizar/Manutenção ==  


* Documentação: https://rocket.chat/docs/installation/manual-installation/ubuntu/snaps/
* Documentação: https://rocket.chat/docs/installation/manual-installation/ubuntu/snaps/
Linha 18: Linha 18:
While updates happen automatically usually within 6 hours from time of release, you can update manually by issuing this command:
While updates happen automatically usually within 6 hours from time of release, you can update manually by issuing this command:


<prev>
<code>
 
sudo snap refresh rocketchat-server
sudo snap refresh rocketchat-server
 
</code>
</prev>


*How do I tell if Rocket.Chat is actually running?
*How do I tell if Rocket.Chat is actually running?
Linha 29: Linha 27:


<code>
<code>
sudo service snap.rocketchat-server.rocketchat-server status
</code>


sudo service snap.rocketchat-server.rocketchat-server status


To restart Rocket.Chat:
<code>
sudo service snap.rocketchat-server.rocketchat-server restart
</code>
</code>

Edição das 11h53min de 6 de dezembro de 2019

comandos uteis linux

Crontab

  • ver log: /var/mail/

Rocket Chat

Programa de chat empresarial

Atualizar/Manutenção

  • 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