Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Need to delpoy deploy a Python application? Or do you need a certain Python version? In this case, GlowHost suggest suggests an easy WSGI solution. Forget about the times when you had to add Apache handlers in .htaccess files and the path to the Python environment in your scripts... Just follow easy steps below.!

Do the following:

  1. Go to your cPanel > Setup Python App.
  2. Choose necessary Pythin your desired Python version, a directory for your applications, and a domain/URL URI from the dropdown menu as it is shown on in the picture below and , then click setup.

  3. Congratulations! Your environment is now ready! Now when entering your App Domain in your browser, you will see a message that says "It works! message and " and the Python version which is being used. Next, add the necessary modules (available in modules section and  put ) and then upload your applications inside your App Directory and you are done.. That's it!




  4. As an example, you can use https://github.com/phusion/passenger-python-flask-demo.git provided by phusionpassenger. Please, note this example requires the Flask module in order to work.

...