mirror of
				https://github.com/Unleash/unleash.git
				synced 2025-10-27 11:02:16 +01:00 
			
		
		
		
	updated readme.md
This commit is contained in:
		
							parent
							
								
									f68cd65a9a
								
							
						
					
					
						commit
						d0d803b537
					
				@ -2,13 +2,14 @@
 | 
			
		||||
unleash-server is a place to ask for the status of features.
 | 
			
		||||
 | 
			
		||||
### Create a local unleash-db on postgres
 | 
			
		||||
´´´bash
 | 
			
		||||
 | 
			
		||||
```bash
 | 
			
		||||
$ psql postgres <<SQL
 | 
			
		||||
CREATE USER unleash_user WITH PASSWORD 'passord';
 | 
			
		||||
CREATE DATABASE unleash;
 | 
			
		||||
GRANT ALL PRIVILEGES ON DATABASE unleash to unleash_user;
 | 
			
		||||
SQL
 | 
			
		||||
´´´
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
Then set up your DATABASE_URI env.var:
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user