deployment - Deploying Rails application to multiple instances -


I am working to develop a Rail application for my company which we are preparing to deploy for the first time .

Essentially, what I am trying to accomplish is the following:

  • For each customer, there should be an example of our rail application
  • Each application should install Nginx configuration files.
  • A PostgreSQL database should be created in each application.

    I am able to get some information about doing this for an example on the server, or to deploy on multiple servers, but to deploy multiple locations on the same server How about going, while ensuring that the configuration is correct?

    I will not be opposed to creating a shell script

    I will leave Capistrano and will consider something like Ansible to manage the entire S erver. At that time, I can also use the responsibility to handle the deployment. (I.

Comments

Popular posts from this blog

ios - Adding an SKSpriteNode to SKScene from a child SKSpriteNode -

Matlab transpose a table vector -

c# - Textbox not clickable but editable -