From 4af9a20dfa1a6f807d1866ae153f9cc5aea5a790 Mon Sep 17 00:00:00 2001 From: baskayj Date: Tue, 21 Dec 2021 19:16:31 +0100 Subject: [PATCH] Update 'Quick Guide to publishing websites on hal.elte.hu with Python3 backend' --- ...-publishing-websites-on-hal.elte.hu-with-Python3-backend.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Quick-Guide-to-publishing-websites-on-hal.elte.hu-with-Python3-backend.md b/Quick-Guide-to-publishing-websites-on-hal.elte.hu-with-Python3-backend.md index d9306c0..f778356 100644 --- a/Quick-Guide-to-publishing-websites-on-hal.elte.hu-with-Python3-backend.md +++ b/Quick-Guide-to-publishing-websites-on-hal.elte.hu-with-Python3-backend.md @@ -83,3 +83,6 @@ os.chdir(APP_HOME) from main import app as application ``` +Make sure to replace `your_app`, appropriately, and set the location of your python scripts(`APP_HOME`) and venv correctly. + +8. Place your_app.wsgi in `var/www/html/your_app/` as seen at **step 6.**, to be able to test the Apache2 server. \ No newline at end of file