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
- Database providers to get more about our official OS-Wide Databases.
- Domain name server which aids in providing DNS for custom domains.
- Security services which tells you how we protect your site and what you can't do.
- Editor tools which tells you how to connect with online tools such as Webmin, SSH, SFTP, etc.
- Linux utilites to know how to leverage SSH tools and customize your installations.
- GitHub integration to know how to integrate your sites with GitHub CI/CD.
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.