Skip to content

Instantly share code, notes, and snippets.

@tttimur
Created January 15, 2019 19:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tttimur/b83bf4c4aa1fde70eb15d71d03dd256a to your computer and use it in GitHub Desktop.
Save tttimur/b83bf4c4aa1fde70eb15d71d03dd256a to your computer and use it in GitHub Desktop.
How to setup searx locally without docker to edit the webapp for theming

Closed, but wanted to mention how I got this to work

  1. Make sure you have python 2 installed
  2. Open file ./manage.sh and edit line 21 pip install --user "$BASE_DIR/requirements.txt" to include --user flag
  3. Run command in your cli ./manage.sh update_packages to install all the dependencies
  4. Open file ./searx/settings.yml and changed debug: True in general
  5. Install Flask
  6. cd searx && export FLASK_APP=webapp.py && flask run
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment