|
@@ -3,20 +3,13 @@
|
3
|
3
|
Installation
|
4
|
4
|
============
|
5
|
5
|
|
6
|
|
-Step by step installation for Debian/Ubuntu with virtualenv.
|
7
|
|
-
|
8
|
|
-Source: https://about.okhin.fr/posts/Searx/ with some additions
|
9
|
|
-
|
10
|
|
-How to: `Setup searx in a couple of hours with a free SSL
|
11
|
|
-certificate <https://www.reddit.com/r/privacytoolsIO/comments/366kvn/how_to_setup_your_own_privacy_respecting_search/>`__
|
12
|
|
-
|
13
|
6
|
.. contents::
|
14
|
7
|
:depth: 3
|
15
|
8
|
|
16
|
9
|
Basic installation
|
17
|
10
|
------------------
|
18
|
11
|
|
19
|
|
-For Ubuntu, be sure to have enable universe repository.
|
|
12
|
+Step by step installation for Debian/Ubuntu with virtualenv. For Ubuntu, be sure to have enable universe repository.
|
20
|
13
|
|
21
|
14
|
Install packages:
|
22
|
15
|
|
|
@@ -166,7 +159,7 @@ from subdirectory URL (/searx)
|
166
|
159
|
""""""""""""""""""""""""""""""
|
167
|
160
|
|
168
|
161
|
Add this configuration in the server config file
|
169
|
|
-/etc/nginx/sites-available/default:
|
|
162
|
+/etc/nginx/sites-enabled/default:
|
170
|
163
|
|
171
|
164
|
.. code:: nginx
|
172
|
165
|
|
|
@@ -318,3 +311,11 @@ It's also possible to build searx from the embedded Dockerfile.
|
318
|
311
|
git clone https://github.com/asciimoo/searx.git
|
319
|
312
|
cd searx
|
320
|
313
|
docker build -t whatever/searx .
|
|
314
|
+
|
|
315
|
+References
|
|
316
|
+==========
|
|
317
|
+
|
|
318
|
+ * https://about.okhin.fr/posts/Searx/ with some additions
|
|
319
|
+
|
|
320
|
+ * How to: `Setup searx in a couple of hours with a free SSL certificate <https://www.reddit.com/r/privacytoolsIO/comments/366kvn/how_to_setup_your_own_privacy_respecting_search/>`__
|
|
321
|
+
|