From fadbbcc7625c8d86211199d50beb95080a77ddee Mon Sep 17 00:00:00 2001 From: Christophe Siraut Date: Thu, 28 Sep 2023 13:35:53 +0200 Subject: [PATCH] documentation: move the scripts subsection into installation --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 31f2104..55eb913 100755 --- a/README.md +++ b/README.md @@ -40,7 +40,8 @@ DJANGO_SETTINGS_MODULE=instance.settings.dev pytest 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 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. -## Installation ### Dependencies For python dependencies take a peek at the `requirements.txt` file, plus dependencies specific to Django (e.g. for database: `mysqlclient` for MySql