mirror of
				https://github.com/lingble/twenty.git
				synced 2025-11-03 22:27:57 +00:00 
			
		
		
		
	Having 2 different dev setups caused confusion, let's remove the Docker local setup and recommend people install yarn locally. Also simplified some docs by merging pages together, the recommend self-hosting option is now the docker-compose / to adapt the docker-compose.
		
			
				
	
	
		
			5 lines
		
	
	
		
			118 B
		
	
	
	
		
			SQL
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			118 B
		
	
	
	
		
			SQL
		
	
	
	
	
	
CREATE DATABASE "default";
 | 
						|
CREATE DATABASE "test";
 | 
						|
CREATE USER twenty PASSWORD 'twenty';
 | 
						|
ALTER ROLE twenty superuser;
 |