Versions Compared

Key

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

...

  1. Go to your cPanel > Setup Python App.
  2. Choose your desired Python version, a directory for your applications, and a domain/URI URL from the dropdown menu as it is shown in the picture below. Enter the startup file and entry point/log file path if desired, then click setup.Image Removed

    Image Added

  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!" and and the Python version which is being used. Next, add the necessary modules (available in modules sectionby using the terminal inside your cPanel (along with the pip install command) and then upload your applications inside your App Directory. That's it!
    Image Removed
    Image Added

  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.

...