forked from cybrespace/mastodon
		
	Update Production-guide.md
Under ## General dependencies: apt-get needs sudo and install was typed wrongly.
This commit is contained in:
		
							parent
							
								
									31597fd377
								
							
						
					
					
						commit
						56f4a94e7b
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -90,7 +90,7 @@ It is recommended to create a special user for mastodon on the server (you could
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    sudo apt-get install imagemagick ffmpeg libpq-dev libxml2-dev libxslt1-dev nodejs file git curl
 | 
					    sudo apt-get install imagemagick ffmpeg libpq-dev libxml2-dev libxslt1-dev nodejs file git curl
 | 
				
			||||||
    curl -sL https://deb.nodesource.com/setup_4.x | sudo bash -
 | 
					    curl -sL https://deb.nodesource.com/setup_4.x | sudo bash -
 | 
				
			||||||
    apt-get intall nodejs
 | 
					    sudo apt-get install nodejs
 | 
				
			||||||
    sudo npm install -g yarn
 | 
					    sudo npm install -g yarn
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## Redis
 | 
					## Redis
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue