Commit 4cf641d8a59e612f6124896080a9390f6df451ce

Authored by David Silva
1 parent 970b5f5f
Exists in docs

Adds instructions to reload social environment.

    - When the project is updated, the sometimes social enviroment needs to
      be rebooted. Added this instructions in 'Updates' section.
Showing 1 changed file with 8 additions and 0 deletions   Show diff stats
docs/implantacao.rst.in
... ... @@ -268,3 +268,11 @@ configuração::
268 268 Após isso, basta executar o comando ``converge`` novamente::
269 269  
270 270 $ rake converge SPB_ENV=@@SPB_ENV@@
  271 +
  272 +Caso após a atualização o noosfero não funcionar corretamente, provavelmente
  273 +um erro de *'502 Bad Gateway'* irá aparecer, reinicie o ambiente social::
  274 +
  275 + $ rake run:social SPB_ENV=@@SPB_ENV@@
  276 + $ sudo shutdown -r
  277 +
  278 +Aguarde o ambiente reiniciar, e atualize a pagina.
... ...