Update 'Quick Guide to publishing websites on hal.elte.hu with Python3 backend'

master
baskayj 4 years ago
parent
commit
4dfed696d9
  1. 2
      Quick-Guide-to-publishing-websites-on-hal.elte.hu-with-Python3-backend.md

2
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. 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 # 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/!**
Loading…
Cancel
Save