|  | 
 |  | 
 | 
												
													
														| 2484 |  -- Tim Berners-Lee
 | 2484 |  -- Tim Berners-Lee
 | 
												
													
														| 2485 |  #+END_VERSE
 | 2485 |  #+END_VERSE
 | 
												
													
														| 2486 |  
 | 2486 |  
 | 
												
													
														| 2487 | -First install nginx and some scripts for easily enabling and disabling the web sites which we will create.
 |  | 
 | 
												
													
														|  | 
 | 2487 | +First remove any existing web server installation and then install nginx together with some scripts for easily enabling and disabling the web sites which we will create.
 | 
												
													
														| 2488 |  
 | 2488 |  
 | 
												
													
														| 2489 |  #+BEGIN_SRC: bash
 | 2489 |  #+BEGIN_SRC: bash
 | 
												
													
														|  | 
 | 2490 | +apt-get remove --purge apache2
 | 
												
													
														| 2490 |  apt-get install nginx php5-fpm git
 | 2491 |  apt-get install nginx php5-fpm git
 | 
												
													
														| 2491 |  cd ~/build
 | 2492 |  cd ~/build
 | 
												
													
														| 2492 |  git clone https://github.com/perusio/nginx_ensite
 | 2493 |  git clone https://github.com/perusio/nginx_ensite
 |