N
N
NinjaSystems2021-09-08 15:08:10
ubuntu
NinjaSystems, 2021-09-08 15:08:10

How to create your own assembly of the server OS with a web application?

I use server Ubuntu, NGINX + PHP-FPM, an online store engine with customized plugins. It turns out a specific assembly that I want to upload to the server. How to pack and deploy it on a VPS server?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
B
Boris Syomov, 2021-09-08
@kotomyava

There are many ways, from a git repository and a simple script that will install / pull / copy settings / start everything step by step, or configuration management systems (ansible, for example) for the same purpose, to docker containers.
Creating your own image of a virtual machine has the problem that not everywhere it will be possible to deploy a virtual machine from it. The solutions described above are much more versatile.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question