[mod] config file replaced

This commit is contained in:
asciimoo
2013-10-19 16:25:06 +02:00
parent 1b3712c189
commit 8fe660b1df
3 changed files with 1 additions and 17 deletions

View File

@@ -16,8 +16,7 @@ A hackable [metasearch engine](https://en.wikipedia.org/wiki/Metasearch_engine)
* 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`!)
* edit your [searx/settings.py](https://github.com/asciimoo/searx/blob/master/searx/settings.py) (set your `secret_key`!)
* run `python searx/webapp.py` to start the application
### TODO