Azazel-h / Interference_Simulation_System

BMSTU Student Interference Simulation - WebApp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Interference_Simulation_System

Как развернуть приложение:

  1. Поставить docker и docker compose по инструкции из официальной документации
  2. Задать требуемые параметры в .env
# Debug/Production mode
COMPOSE_PROFILES=debug

# Deploy settings

## Port on which the Django application will run. In DEBUG mode application will be available on the given port.
DJANGO_PORT=8000
## Domain on which application will be deployed. Application will be available ONLY through given domain. WORKS ONLY IN PRODUCTION MODE!
WEB_DOMAIN=127.0.0.1
## Port on which application will be deployed. WORKS ONLY IN PRODUCTION MODE!
NGINX_PORT=8020

# LDAP configuration

## LDAP username
LDAP_USERNAME=
## LDAP password
LDAP_PASSWORD=
  1. Запустить приложение:
$ docker compose up

About

BMSTU Student Interference Simulation - WebApp


Languages

Language:Python 53.0%Language:HTML 36.7%Language:JavaScript 8.3%Language:CSS 1.6%Language:Dockerfile 0.4%