Skip to main content

Deploy Apps with DOM Cloud

This section let's you configure various web apps to make it work within DOM Cloud service.

Before touching any specific features and languages, please read NGINX And App Daemon as NGINX config also dictates how you run the apps via many deployment option.

Our deployment options include:

  • Static sites which does not forward any requests, run entirely within NGINX.
  • PHP sites which forward requests to global PHP runtime daemons known as PHP-FPM.
  • Docker apps which forward requests to rootless docker ran on each userland sysdaemons.
  • Passenger apps which spawns and forward requests to apps (see below).

Passenger apps are the primary method for spawning many programming languages, each of them are defined here.

Also, we have plenty features beyond deployment system

info

Be mindful when copy pasting scripts from linked page! We recommend to try out and learn our deployment with new project and templates before working with real website.