Commit 14c18eaa023629a4e3a13e37755f2d1b9bb02a00

Authored by Antonio Terceiro
1 parent 75fe8d63

More info on upgrades

Showing 1 changed file with 7 additions and 1 deletions   Show diff stats
@@ -318,7 +318,13 @@ Upgrading @@ -318,7 +318,13 @@ Upgrading
318 ========= 318 =========
319 319
320 If you followed the steps in this document and installed Noosfero from the git 320 If you followed the steps in this document and installed Noosfero from the git
321 -repository, then upgrading is easy. As the noosfero user, do the following: 321 +repository, then upgrading is easy. First, you need to allow the noosfero user
  322 +to restart the memcached server with sudo, by adding the following line in
  323 +/etc/sudoers:
  324 +
  325 +noosfero ALL=NOPASSWD: /etc/init.d/memcached
  326 +
  327 +Then, to perform an upgrade, do the following as the noosfero user:
322 328
323 $ cd /var/lib/noosfero/current 329 $ cd /var/lib/noosfero/current
324 $ ./script/git-upgrade 330 $ ./script/git-upgrade