Browse Source

installation: nginx mod to sites-enabled

Noémi Ványi 8 years ago
parent
commit
82848f2821
1 changed files with 10 additions and 9 deletions
  1. 10
    9
      docs/dev/install/installation.rst

+ 10
- 9
docs/dev/install/installation.rst View File

3
 Installation
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
 .. contents::
6
 .. contents::
14
    :depth: 3
7
    :depth: 3
15
 
8
 
16
 Basic installation
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
 Install packages:
14
 Install packages:
22
 
15
 
166
 """"""""""""""""""""""""""""""
159
 """"""""""""""""""""""""""""""
167
 
160
 
168
 Add this configuration in the server config file
161
 Add this configuration in the server config file
169
-/etc/nginx/sites-available/default:
162
+/etc/nginx/sites-enabled/default:
170
 
163
 
171
 .. code:: nginx
164
 .. code:: nginx
172
 
165
 
318
     git clone https://github.com/asciimoo/searx.git
311
     git clone https://github.com/asciimoo/searx.git
319
     cd searx
312
     cd searx
320
     docker build -t whatever/searx .
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
+