blob: cb36ed3b51a7ee40aeaff9ba2d1e9a2e1ed0ead2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
searx
=====
Minimalistic web interface to different search engines.
### 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
|