Guest User

Untitled

a guest
Jan 15th, 2019
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. Closed, but wanted to mention how I got this to work
  2.  
  3. 1. Make sure you have python 2 installed
  4. 2. Open file `./manage.sh` and edit line 21 `pip install --user "$BASE_DIR/requirements.txt"` to include `--user` flag
  5. 3. Run command in your cli `./manage.sh update_packages` to install all the dependencies
  6. 4. Open file `./searx/settings.yml` and changed `debug: True` in general
  7. 5. Install Flask
  8. 5. `cd searx && export FLASK_APP=webapp.py && flask run`
Add Comment
Please, Sign In to add comment