Explorar el Código

[doc] install notes

asciimoo hace 11 años
padre
commit
b15cd55546
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1
    0
      README.md

+ 1
- 0
README.md Ver fichero

18
 * clone source: `git clone git@github.com:asciimoo/searx.git && cd searx`
18
 * clone source: `git clone git@github.com:asciimoo/searx.git && cd searx`
19
 * install dependencies: `pip install -r requirements.txt`
19
 * install dependencies: `pip install -r requirements.txt`
20
 * edit your [searx/settings.py](https://github.com/asciimoo/searx/blob/master/searx/settings.py) (set your `secret_key`!)
20
 * edit your [searx/settings.py](https://github.com/asciimoo/searx/blob/master/searx/settings.py) (set your `secret_key`!)
21
+* rename `engines.cfg_sample` to `engines.cfg`
21
 * run `python searx/webapp.py` to start the application
22
 * run `python searx/webapp.py` to start the application
22
 
23
 
23
 ### TODO
24
 ### TODO