Skip to content

Deploying a Taipy application

When you have developed and tested a Taipy application, on your local system, you may need to deploy it on a remote environment, for end users to be able to use it.

Here are the different situations that Taipy can address:

  • Windows: deploy the application on a Windows Server system;
  • Linux: deploy the application on a server running Linux;
  • Docker: running the application in a container;
  • Azure: deploy the application on the Azure platform;
  • Heroku: deploy the application on the Heroku platform;
  • Databricks: deploy the application on the Databricks platform;

Windows

Linux

Docker

Azure

Heroku

Databricks