forked from cybrespace/mastodon
		
	Fix install instructions.
Closes GH-745.
This commit is contained in:
		
							parent
							
								
									2cd792fc3d
								
							
						
					
					
						commit
						82ae07e48b
					
				
					 1 changed files with 1 additions and 2 deletions
				
			
		| 
						 | 
					@ -95,7 +95,6 @@ Setup a user and database for Mastodon:
 | 
				
			||||||
In the prompt:
 | 
					In the prompt:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    CREATE USER mastodon CREATEDB;
 | 
					    CREATE USER mastodon CREATEDB;
 | 
				
			||||||
    CREATE DATABASE mastodon_production OWNER mastodon;
 | 
					 | 
				
			||||||
    \q
 | 
					    \q
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## Rbenv
 | 
					## Rbenv
 | 
				
			||||||
| 
						 | 
					@ -210,7 +209,7 @@ Restart=always
 | 
				
			||||||
WantedBy=multi-user.target
 | 
					WantedBy=multi-user.target
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
This allows you to `sudo systemctl enable mastodon-*.service` and `sudo systemctl start mastodon-*.service` to get things going.
 | 
					This allows you to `sudo systemctl enable /etc/systemd/system/mastodon-*.service` and `sudo systemctl start mastodon-*.service` to get things going.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## Cronjobs
 | 
					## Cronjobs
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue