> > thanks I am watching > https://www.youtube.com/watch?v=hBMVVruB9Vs > but i am stuck at min 20 since it say that I need to activate the website, > with a2ensite > they gave me a centos7 machine that doesn't have those commands. >
a2ensite is basically a shortcut for creating a symbolic link between the sites-available entry you are interested into and the sites-enabled directory. You can do it manually: # as an administrative user cd /etc/apache2/sites-enabled ln -s ../sites-available/<entry_you_would_have_a2ensitED> B. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/7c2d6dcb-e542-4f43-8907-94485f4f0f4b%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

