Skip to main content

Deploy SandBox Python Apps

How to deploy Python apps on eenos ?

This document will help you to deploy a python app on your eenos hosting control panel.  Eenos control panel is a modern hosting control panel designed for modern apps. 

Features Of Eenos Python App Management

Eenso control panel have the following wonderful features for easily managing python apps

  • Manage unlimited python app domains or subdomains
  • Python Version Selector 
  • Deploy Django  with one click
  • Deploy Wagtail with one clikc
  • Deploy Flask app
  • Deploy any Python uWsgi app

Every eenos python  app have its on virtual environment.  So migration and transfer of  hosting accounts are easy

To start deploying python app logins to your eenos control panel and go to the following Page:

Python -> Python SandBox Apps

Setup Python SandBox and Install Apps

Now you need to fill the simple form  as follows,

Chose Domain For Python App : Select a domain or  subdomain  for deploying a python app. This  is the website  url you are going to deploy the app.

Chose Python Version : Select a suitable version of python distribution to setup the Sandbox virtual environment

Chose Python App : Select what type of python app are you hosting.   Based on this selection may need to  configure the app specific setting too .

App Startup Script : The  startup entry script name. It is normally a wsgi script  ( eg : wsgi.py ) 

Public Folder Name: This is the folder into which you upload the static files  like css, js, images etc. It is directly under your website document root

Project Publicity Type : This option will help you  to setup the project  in either production or development mode.

Install Demo App : If you wish to install the selected demo app.  You have already developed the app, you can select no and upload the files yourself.

Now Click  the button  Deploy App and it will start deploying the app.