Skip to main content

Setting up a Python App on your hosting

Run your Python apps on your hosting space

Updated this week

Setting up a Python App on your hosting space is easier than you think. Follow the instructions listed below to setup the simplest Python App, then develop your awesome Python project.

Prerequisites

  • Access to cPanel or

  • Access to your Funio Hub

Task completion: 15 minutes

Expertise: intermediate

How to do?

  1. Log in to your cPanel from your Customer Hub

  2. Under the Software section, click on Setup Python App.

  3. Choose the Python version your application will use

  4. Enter the full path where your application will be located, like /home/user/public_html/mypythonapp

  5. In the Application URL field complete the URL that will be used to open the app. If you want to use mydomain.com/python you will need to add pyhton.

  6. Leave the next two fields as they are

  7. Click on CREATE and you're done!

Now open your web browser and type yourdomain.com/python (replace it with your actual domain name and application URL), and you will see:

It works!

Python 2.7.18

You can now modify the code that has been generated, or replace it with your own.

Did this answer your question?