From 6f5a1ee562fac51f708624d369588e7010a7ef7b Mon Sep 17 00:00:00 2001 From: baskayj Date: Tue, 21 Dec 2021 19:26:16 +0100 Subject: [PATCH] Update 'Quick Guide to publishing websites on hal.elte.hu with Python3 backend' --- ...ing-websites-on-hal.elte.hu-with-Python3-backend.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 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 fd5f2ed..fd627b7 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 @@ -87,8 +87,8 @@ Make sure to replace `your_app`, appropriately, and set the location of your pyt 8. Place your_app.wsgi in `var/www/html/your_app/` as seen at **step 6.**, to be able to test the Apache2 server. 9. Double check, that you've got a Python3 virtual environment in `/var/www/html/your_app/your_app/` with all the packeges specified in `requirements.txt`.***IF NOT:*** - > 1. `cd /var/www/html/your_app/your_app` - > 2. `python3 -m venv venv` - > 3. `source venv/bin/activate` - > 4. `pip3 install -r requirements.txt` - > 5. `deactivate` \ No newline at end of file + 1. `cd /var/www/html/your_app/your_app` + 2. `python3 -m venv venv` + 3. `source venv/bin/activate` + 4. `pip3 install -r requirements.txt` + 5. `deactivate` \ No newline at end of file