| 
									
										
										
										
											2022-06-14 10:02:50 +02:00
										 |  |  | 
 | 
					
						
							|  |  |  | .. _searxng.sh:
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | ====================
 | 
					
						
							|  |  |  | ``utils/searxng.sh``
 | 
					
						
							|  |  |  | ====================
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2023-05-21 18:12:39 +02:00
										 |  |  | To simplify the installation and maintenance of a SearXNG instance you can use the
 | 
					
						
							|  |  |  | script :origin:`utils/searxng.sh`.
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-06-14 10:02:50 +02:00
										 |  |  | .. sidebar:: further reading
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |    - :ref:`architecture`
 | 
					
						
							|  |  |  |    - :ref:`installation`
 | 
					
						
							|  |  |  |    - :ref:`installation nginx`
 | 
					
						
							|  |  |  |    - :ref:`installation apache`
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2023-06-30 18:07:02 +02:00
										 |  |  | .. contents::
 | 
					
						
							| 
									
										
										
										
											2023-05-21 18:12:39 +02:00
										 |  |  |    :depth: 2
 | 
					
						
							|  |  |  |    :local: | 
					
						
							|  |  |  |    :backlinks: entry
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-06-14 10:02:50 +02:00
										 |  |  | 
 | 
					
						
							|  |  |  | Install
 | 
					
						
							|  |  |  | =======
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | In most cases you will install SearXNG simply by running the command:
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .. code::  bash
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |    sudo -H ./utils/searx.sh install all
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | The installation is described in chapter :ref:`installation basic`.
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .. _searxng.sh overview:
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2023-05-21 18:12:39 +02:00
										 |  |  | Command Help
 | 
					
						
							|  |  |  | ============
 | 
					
						
							| 
									
										
										
										
											2022-06-14 10:02:50 +02:00
										 |  |  | 
 | 
					
						
							|  |  |  | The ``--help`` output of the script is largely self-explanatory:
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .. program-output:: ../utils/searxng.sh --help
 |