diff --git a/README.md b/README.md index 9d6bf66..112b65f 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,19 @@ ### Конфигурация Прежде всего необходимо создать файл **config.json** на основе приложенного шаблона +Инструкция для создания базы данных находится в: +``` +runscripts/postgres/createdb +``` +Для конфигурации и обноления структуры бд в Windows использовать скрипт: +``` +runscripts/postgres/updatedb.bat +``` +В Linux: +``` +runscripts/postgres/updatedb.sh +``` + ### Запуск приложения На Windows запускать через: ``` diff --git a/runscripts/postgres/initdb.bat b/runscripts/postgres/updatedb.bat similarity index 100% rename from runscripts/postgres/initdb.bat rename to runscripts/postgres/updatedb.bat diff --git a/runscripts/postgres/initdb.sh b/runscripts/postgres/updatedb.sh similarity index 100% rename from runscripts/postgres/initdb.sh rename to runscripts/postgres/updatedb.sh