|
|
|
|
18
|
``git clone git@github.com:asciimoo/searx.git && cd searx``
|
18
|
``git clone git@github.com:asciimoo/searx.git && cd searx``
|
19
|
- install dependencies: ``./manage.sh update_packages``
|
19
|
- install dependencies: ``./manage.sh update_packages``
|
20
|
- edit your
|
20
|
- edit your
|
21
|
- `settings.yml <https://github.com/asciimoo/searx/blob/master/settings.yml>`__
|
|
|
|
|
21
|
+ `settings.yml <https://github.com/asciimoo/searx/blob/master/searx/settings.yml>`__
|
22
|
(set your ``secret_key``!)
|
22
|
(set your ``secret_key``!)
|
23
|
- run ``python searx/webapp.py`` to start the application
|
23
|
- run ``python searx/webapp.py`` to start the application
|
24
|
|
24
|
|