Please note: If you've previously set up a Django app using our old instructions, please see Migrating Django from FCGID to WSGI.

All of our hosting accounts can run apps written in Ruby or Python. In cPanel you will find options for configuring a virtual environment for your app, offering a selection of Ruby and Python versions for you to choose from.

To get started, log into cPanel and choose either "Setup Python app" or "Setup Ruby app". On the screen that follows, you can choose which version of Python or Ruby you wish to use. You should then enter the path in your home directory where you plan to upload your app, and also enter the domain and URI where you will access the app. Then click "Setup". cPanel will create a virtual environment for your app along with a small sample app so that you can verify the setup worked correctly.

Due to a bug in cPanel, at this stage the app may be listed with the app directory and URI as "undefined". If so, just reload the page and you should see the correct values.

From this page you can now install modules and change the basic app settings (URI, Python version, etc.). Alternatively you can copy the "Command for entering to virtual environment" into an SSH session to manage things manually.

Now all you need to do is upload your code to your app directory, updating either passenger_wsgi.py or config.ru as needed to run your app.

Was this answer helpful? 12 Users Found This Useful (44 Votes)