1
0
mirror of https://github.com/searxng/searxng.git synced 2024-08-21 22:00:19 +02:00
searxng/README.md

14 lines
391 B
Markdown
Raw Normal View History

2013-10-14 23:09:13 +02:00
searx
=====
Minimalistic web interface to different search engines.
2013-10-15 00:32:39 +02:00
### Installation
* install dependencies: `pip install -r requirements.txt`
* clone source: `git clone git@github.com:asciimoo/searx.git && cd searx`
* create a config file: `cp searx.conf_sample search.conf`
* edit your config (set your `secret_key`!)
* run `python potion/webapp.py` to start the application