djangoubuntumezzaninelinode

Linode/Django Can't see site when I runserver at ip:8000


I had started a fresh linode running ubuntu 19.04 and the first time I used the directions at:

https://www.rosehosting.com/blog/how-to-install-mezzanine-cms-on-ubuntu-18-04/

To install Mezzanine CMS it worked just fine, I could run the runserver command and see the django website. Eventually it started giving me a problem after trying 50 ways to deploy the site using apache and mod_wsgi.

I gave up and rebuilt the server and then still couldn't see the new install at the IP when I ran run server. I figured maybe it was because I accidentally installed some things using "python" and others with "python3" so I rebuilt the server.

This third time I followed the direction perfectly, the only difference is I didn't install a mysql server just kept the default SQLlite server and created a DB and Django Superuser.

Any suggestions on anything I'm missing?


Solution

  • Deployment Guide

    Step 1 (Installation)

    Step 2 (Apache & Hostname & User)

    Step 3 (Firewall)

    Step 4 (Django configuration)

    Step 5 (Please checkout)