From 9fb2a673d231b703173c17c6f6072f5d5719b12d Mon Sep 17 00:00:00 2001 From: Llloooggg Date: Sun, 15 Aug 2021 04:17:49 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D1=8B=20=D1=81=D0=BA=D1=80=D0=B8=D0=BF=D1=82=D1=8B?= =?UTF-8?q?=20=D0=B7=D0=B0=D0=BF=D1=83=D1=81=D0=BA=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- runscripts/linux/startserverprod.sh | 3 ++- runscripts/windows/startserverprod.bat | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5d8be14..9d6bf66 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ ### Запуск приложения На Windows запускать через: ``` -runscripts/windows/startserverdev.bat +runscripts/windows/startserver.bat ``` На Linux через: ``` diff --git a/runscripts/linux/startserverprod.sh b/runscripts/linux/startserverprod.sh index 21c2a13..df47045 100644 --- a/runscripts/linux/startserverprod.sh +++ b/runscripts/linux/startserverprod.sh @@ -1,6 +1,7 @@ +#!/bin/bash set echo off export FLASK_APP=dyxless -flask run --host=0.0.0.0 --port=80 +flask run diff --git a/runscripts/windows/startserverprod.bat b/runscripts/windows/startserverprod.bat index df8433e..ff48817 100644 --- a/runscripts/windows/startserverprod.bat +++ b/runscripts/windows/startserverprod.bat @@ -3,4 +3,4 @@ set FLASK_APP=dyxless -flask run --host=0.0.0.0 --port=80 +flask run