Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Deploy django on CPanel [closed]

I have finished the development of my application and I'm ready to deploy. I'm renting a host with CPanel. The current setup does not contain modules neither for python nor django. What do you believe it is better to do. Could I install python and django from the command line and by pass the cPanel interface?

If anyone knows about cPanel plugins for django and have any experience, I'm glad to hear!

Thank you!

like image 583
SWE Avatar asked Oct 21 '22 18:10

SWE


1 Answers

Try this one:

http://server-support.co/blog/sysadmin/django-on-cpanel-server-for-shared-web-hosting/

1.) Download and extract Django from http://pypi.python.org/simple/django/ into /usr/src

2.) run python setup.py install

like image 74
catherine Avatar answered Oct 30 '22 17:10

catherine