| 
				
			 | 
			
			
				@@ -117,7 +117,7 @@ You'll need to install the following packages on your Operating System: 
			 | 
		
	
		
			
			| 
				117
			 | 
			
				117
			 | 
			
			
				  
			 | 
		
	
		
			
			| 
				118
			 | 
			
				118
			 | 
			
			
				 You also need `redis-server` package if you want to send email in async mode. 
			 | 
		
	
		
			
			| 
				119
			 | 
			
				119
			 | 
			
			
				  
			 | 
		
	
		
			
			| 
				120
			 | 
			
				
			 | 
			
			
				-### Frontend dependencies ### 
			 | 
		
	
		
			
			| 
				
			 | 
			
				120
			 | 
			
			
				+## Frontend ## 
			 | 
		
	
		
			
			| 
				121
			 | 
			
				121
			 | 
			
			
				  
			 | 
		
	
		
			
			| 
				122
			 | 
			
				122
			 | 
			
			
				 [//]: # ( from https://nodejs.org/en/download/package-manager/#debian-and-ubuntu-based-linux-distributions) 
			 | 
		
	
		
			
			| 
				123
			 | 
			
				123
			 | 
			
			
				  
			 | 
		
	
	
		
			
			| 
				
			 | 
			
			
				@@ -130,10 +130,6 @@ Check that this went well by getting npm version: 
			 | 
		
	
		
			
			| 
				130
			 | 
			
				130
			 | 
			
			
				  
			 | 
		
	
		
			
			| 
				131
			 | 
			
				131
			 | 
			
			
				     npm -v 
			 | 
		
	
		
			
			| 
				132
			 | 
			
				132
			 | 
			
			
				  
			 | 
		
	
		
			
			| 
				133
			 | 
			
				
			 | 
			
			
				-Then install frontend dependancies: 
			 | 
		
	
		
			
			| 
				134
			 | 
			
				
			 | 
			
			
				- 
			 | 
		
	
		
			
			| 
				135
			 | 
			
				
			 | 
			
			
				-    npm install 
			 | 
		
	
		
			
			| 
				136
			 | 
			
				
			 | 
			
			
				- 
			 | 
		
	
		
			
			| 
				137
			 | 
			
				133
			 | 
			
			
				 ## Database ## 
			 | 
		
	
		
			
			| 
				138
			 | 
			
				134
			 | 
			
			
				  
			 | 
		
	
		
			
			| 
				139
			 | 
			
				135
			 | 
			
			
				 If you want use PostgreSQL as database engine: 
			 | 
		
	
	
		
			
			| 
				
			 | 
			
			
				@@ -159,6 +155,12 @@ Get the sources from github with git: 
			 | 
		
	
		
			
			| 
				159
			 | 
			
				155
			 | 
			
			
				  
			 | 
		
	
		
			
			| 
				160
			 | 
			
				156
			 | 
			
			
				 *Note: Now everything is documented to be executed from the tracim directory newly created.* 
			 | 
		
	
		
			
			| 
				161
			 | 
			
				157
			 | 
			
			
				  
			 | 
		
	
		
			
			| 
				
			 | 
			
				158
			 | 
			
			
				+### Frontend dependencies ### 
			 | 
		
	
		
			
			| 
				
			 | 
			
				159
			 | 
			
			
				+ 
			 | 
		
	
		
			
			| 
				
			 | 
			
				160
			 | 
			
			
				+To install frontend dependencies listed in the file package.json, proceed as follow: 
			 | 
		
	
		
			
			| 
				
			 | 
			
				161
			 | 
			
			
				+ 
			 | 
		
	
		
			
			| 
				
			 | 
			
				162
			 | 
			
			
				+    npm install 
			 | 
		
	
		
			
			| 
				
			 | 
			
				163
			 | 
			
			
				+ 
			 | 
		
	
		
			
			| 
				162
			 | 
			
				164
			 | 
			
			
				 ### Setting-up python virtualenv ### 
			 | 
		
	
		
			
			| 
				163
			 | 
			
				165
			 | 
			
			
				  
			 | 
		
	
		
			
			| 
				164
			 | 
			
				166
			 | 
			
			
				 _Reminder : Tracim is developed and tested using python3.4._ 
			 |