From 6ef9878864acd2cac9ccaf6f28868abddddeb2b3 Mon Sep 17 00:00:00 2001 From: baskayj Date: Tue, 21 Dec 2021 19:10:46 +0100 Subject: [PATCH] Update 'Quick Guide to publishing websites on hal.elte.hu with Python3 backend' --- ...tes-on-hal.elte.hu-with-Python3-backend.md | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) 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 b40803a..55d88db 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 @@ -55,15 +55,15 @@ Replace `your_app` with the appropriate name of your website and folders. If you 5. To be able to test the website, place the config file you’ve just made in `/etc/apache2/sites-available/` 6. To be able to test your website, place your python scripts folder in `/var/www/html/your_app/`, resulting in a file structure like this: -|----/var/www/html/ -|-------------your_app/ -|-----------------your_app.wsgi --> **We’ll make this in the next step** -|-----------------your_app/ -|---------------------static/ -|---------------------templates/ -|-------------------------main.html -|------------------------- (…) -|---------------------venv/ -|---------------------main.py -|--------------------- (…) +> |----/var/www/html/ +> |-------------your_app/ +> |-----------------your_app.wsgi --> **We’ll make this in the next step** +> |-----------------your_app/ +> |---------------------static/ +> |---------------------templates/ +> |-------------------------main.html +> |------------------------- (…) +> |---------------------venv/ +> |---------------------main.py +> |--------------------- (…)