#122: Improve documentation and conf tools #126
@ -40,7 +40,8 @@ DJANGO_SETTINGS_MODULE=instance.settings.dev pytest
 | 
				
			|||||||
DJANGO_SETTINGS_MODULE=instance.settings.dev ./manage.py runserver
 | 
					DJANGO_SETTINGS_MODULE=instance.settings.dev ./manage.py runserver
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## Scripts
 | 
					## Installation
 | 
				
			||||||
 | 
					### Scripts
 | 
				
			||||||
Are included various configuration scripts that can be used to ease setup. They
 | 
					Are included various configuration scripts that can be used to ease setup. They
 | 
				
			||||||
assume that the project is present in `/srv/apps/aircox`:
 | 
					assume that the project is present in `/srv/apps/aircox`:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@ -52,7 +53,6 @@ The scripts are written with a combination of `cron`, `supervisord`, `nginx`
 | 
				
			|||||||
and `gunicorn` in mind.
 | 
					and `gunicorn` in mind.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## Installation
 | 
					 | 
				
			||||||
### Dependencies
 | 
					### Dependencies
 | 
				
			||||||
For python dependencies take a peek at the `requirements.txt` file, plus
 | 
					For python dependencies take a peek at the `requirements.txt` file, plus
 | 
				
			||||||
dependencies specific to Django (e.g. for database: `mysqlclient` for MySql
 | 
					dependencies specific to Django (e.g. for database: `mysqlclient` for MySql
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user