From 4dfed696d9aaae0b79ab7ce02988164b9b0643f7 Mon Sep 17 00:00:00 2001 From: baskayj Date: Tue, 21 Dec 2021 19:37:33 +0100 Subject: [PATCH] Update 'Quick Guide to publishing websites on hal.elte.hu with Python3 backend' --- ...o-publishing-websites-on-hal.elte.hu-with-Python3-backend.md | 2 ++ 1 file changed, 2 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 ecb2101..4258b0c 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 @@ -100,3 +100,5 @@ Make sure to replace `your_app`, appropriately, and set the location of your pyt By going to **localhost/your_app** in your browser you should be able to see now your website, and if it has any interacitvity that runs some Python in the background it should work too. This will be up until you turn of you computer, or stop Apache2. # Testing your website with Docker +Since the site on hal.elte.hu will run inside a Docker container, before publishing you should test your work locally. To install Docker visit [this](https://docs.docker.com/get-docker/) link. +Once Docker is up and running, you should make a new project folder **DO NOT USE /var/www/html/!** \ No newline at end of file