Introduction
This article will walk you through registering an application in Python Selector.
Procedure
- Log into the user's cPanel account.
- Open the "Setup Python App" application in the "Software" section.
- Click the "Create Application" button.
- Select the Python version from the "Python version" dropdown menu.
- Enter the path to the application in the "Application root" textbox.
- Select the domain on which you wish to install the application from the "Application URL" dropdown menu.
- Enter the URI at which the application will be accessed in the "Application URL" textbox.
- Enter the name of the application's startup file, if any, in the "Application startup file" textbox.
- Enter your application's WSGI callable object, if any, in the "Application Entry point" textbox.
- Enter the full path to the application's log file in the "Passenger log file" textbox.
- Click the "Create" button.
Comments
0 comments
Article is closed for comments.