|  | @@ -185,21 +185,6 @@ The two parameters are optional but useful to reload the server upon code change
 | 
	
		
			
			| 185 | 185 |  
 | 
	
		
			
			| 186 | 186 |      gearbox serve --reload --debug
 | 
	
		
			
			| 187 | 187 |  
 | 
	
		
			
			| 188 |  | -## Running the standalone server ##
 | 
	
		
			
			| 189 |  | -
 | 
	
		
			
			| 190 |  | -Now you can run the standalone server:
 | 
	
		
			
			| 191 |  | -
 | 
	
		
			
			| 192 |  | -    ./bin/run.sh
 | 
	
		
			
			| 193 |  | -
 | 
	
		
			
			| 194 |  | -Which should result in something like this:
 | 
	
		
			
			| 195 |  | -
 | 
	
		
			
			| 196 |  | -    13:53:49,982 INFO  [gearbox] Starting subprocess with file monitor
 | 
	
		
			
			| 197 |  | -    13:53:50,646 WARNI [py.warnings] /tmp/tracim/protov1/tg2env/lib/python3.2/site-packages/tw2/core/validation.py:12: ImportWarning: Not importing directory '/tmp/tracim/protov1/tg2env/lib/python3.2/site-packages/tw2/core/i18n': missing __init__.py
 | 
	
		
			
			| 198 |  | -      from .i18n import _
 | 
	
		
			
			| 199 |  | -
 | 
	
		
			
			| 200 |  | -    13:53:50,862 INFO  [gearbox] Starting server in PID 11174.
 | 
	
		
			
			| 201 |  | -    Starting HTTP server on http://0.0.0.0:8080
 | 
	
		
			
			| 202 |  | -
 | 
	
		
			
			| 203 | 188 |  You can now enter the application at
 | 
	
		
			
			| 204 | 189 |  [http://localhost:8080](http://localhost:8080) and login with admin user:
 | 
	
		
			
			| 205 | 190 |  
 |