Deploy Django on Apache2: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

6 October 2024

  • curprev 22:3522:35, 6 October 2024413vhcu1lq0463ob talk contribs 1,378 bytes +1,378 Created page with "=== Install needed packages === sudo apt-get install python3 python3-pip apache2 libapache2-mod-wsgi-py3 python3-virtualenv snapd -y === Create virtual environment === Go to /var/www/ and create the dir to your project virtualenv myprojectenv Then activate the environment source myprojectenv/bin/activate === Install pip packages and run all migrations === Install Django and all packages needed pip install django === Configure the Apache web server === <VirtualHos..."