forked from zaclys/searxng
8b7dc2acb9
Content field in Arch Wiki search results is of no real use, more often than not it contains no usable information and includes too many markup tags which make the text unreadable. It is safe to remove it. |
||
---|---|---|
examples | ||
searx | ||
tests | ||
utils | ||
.coveragerc | ||
.gitignore | ||
.landscape.yaml | ||
.travis.yml | ||
AUTHORS.rst | ||
CHANGELOG.rst | ||
Dockerfile | ||
LICENSE | ||
README.rst | ||
babel.cfg | ||
manage.sh | ||
requirements-dev.txt | ||
requirements.txt | ||
setup.py | ||
tox.ini |
README.rst
searx
A privacy-respecting, hackable metasearch engine.
List of running instances.
See the documentation and the wiki for more information.
Installation
- clone source:
git clone git@github.com:asciimoo/searx.git && cd searx
- install dependencies:
./manage.sh update_packages
- edit your settings.yml (set your
secret_key
!) - run
python searx/webapp.py
to start the application
For all the details, follow this step by step installation
Bugs
Bugs or suggestions? Visit the issue tracker.