update-searx.rst 353 B

123456789101112131415161718192021222324
  1. .. _update searx:
  2. =============
  3. How to update
  4. =============
  5. .. code:: sh
  6. sudo -H -u searx -i
  7. (searx)$ git stash
  8. (searx)$ git pull origin master
  9. (searx)$ git stash apply
  10. (searx)$ ./manage.sh update_packages
  11. Restart uwsgi:
  12. .. tabs::
  13. .. group-tab:: Ubuntu / debian
  14. .. code:: sh
  15. sudo -H systemctl restart uwsgi