Browse Source

[doc] install notes

asciimoo 11 years ago
parent
commit
b15cd55546
1 changed files with 1 additions and 0 deletions
  1. 1 0
      README.md

+ 1 - 0
README.md

@@ -18,6 +18,7 @@ A privacy-respecting, hackable [metasearch engine](https://en.wikipedia.org/wiki
 * clone source: `git clone git@github.com:asciimoo/searx.git && cd searx`
 * clone source: `git clone git@github.com:asciimoo/searx.git && cd searx`
 * install dependencies: `pip install -r requirements.txt`
 * install dependencies: `pip install -r requirements.txt`
 * edit your [searx/settings.py](https://github.com/asciimoo/searx/blob/master/searx/settings.py) (set your `secret_key`!)
 * edit your [searx/settings.py](https://github.com/asciimoo/searx/blob/master/searx/settings.py) (set your `secret_key`!)
+* rename `engines.cfg_sample` to `engines.cfg`
 * run `python searx/webapp.py` to start the application
 * run `python searx/webapp.py` to start the application
 
 
 ### TODO
 ### TODO