Files
Dyxless/README.md
2021-08-18 19:50:31 +03:00

27 lines
721 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Dyxless
### Конфигурация
Прежде всего необходимо создать файл **config.json** на основе приложенного шаблона
Инструкция для создания базы данных находится в:
```
runscripts/postgres/createdb
```
Для конфигурации и обноления структуры бд в Windows использовать скрипт:
```
runscripts/postgres/updatedb.bat
```
В Linux:
```
runscripts/postgres/updatedb.sh
```
### Запуск приложения
На Windows запускать через:
```
runscripts/windows/startserver.bat
```
На Linux через:
```
runscripts/linux/startserverdev.sh
```