Commit fd4f23cb5b832f6c0d8f1856109a22055de83b6d
1 parent
970b5f5f
Exists in
master
and in
86 other branches
Adds instructions to reload social environment.
- When the project is updated, 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,3 +268,11 @@ configuração:: | ||
268 | Após isso, basta executar o comando ``converge`` novamente:: | 268 | Após isso, basta executar o comando ``converge`` novamente:: |
269 | 269 | ||
270 | $ rake converge SPB_ENV=@@SPB_ENV@@ | 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. |