mirror of
				https://github.com/cookiecutter/cookiecutter-django.git
				synced 2025-10-30 23:47:39 +03:00 
			
		
		
		
	* postgres installation guide for mac windows IP * postgres install guide for mac ip windows
		
			
				
	
	
		
			17 lines
		
	
	
		
			531 B
		
	
	
	
		
			ReStructuredText
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			531 B
		
	
	
	
		
			ReStructuredText
		
	
	
	
	
	
| PostgreSQL Installation Basics
 | |
| ==============================
 | |
| 
 | |
| .. index:: pip, virtualenv, PostgreSQL
 | |
| 
 | |
| The steps below will get you up and running with PostgreSQL. This assumes you have pip and virtualenv_ installed. 
 | |
| 
 | |
| .. _virtualenv: http://docs.python-guide.org/en/latest/dev/virtualenvs/
 | |
| 
 | |
| On Mac
 | |
| 
 | |
| Install PostgreSQLapp_ from the browser and move PostGresSQL into your applications folder. Then install PostgreSQL from HomeBrew_.
 | |
| 
 | |
| 	$ brew install postgres
 | |
| 
 | |
| .. _PostgreSQLapp: http://postgresapp.com/
 | |
| .. _HomeBrew: http://brew.sh/ |