[Help] Multiple Site Setup

Hi guys I’m just getting started with the roots.io stack and need to get some advice on the best way to set things up in trellis. I have read the few threads I’ve found on multiple site setup but can’t really make much sense of them since most are only looking at 2 sites.

The way I would like to do it is have a single trellis install with a single staging server for all sites, then some of the production sites on one server and others on their own servers.

So my directory structure would be something like this…

sites/
├──trellis
└── mysite1.com/       
        ├── app/            
        └── wp/              
└── mysite2.com/       
        ├── app/             
        └── wp/              
└── mysite3.com/       
        ├── app/            
        └── wp/               
└── mysite4.com/       
        ├── app/             
        └── wp/              
└── client1.com/         
        ├── app/
        └── wp/             
└── client2.com/         
        ├── app/             
        └── wp/              
└── client3.com/         
        ├── app/              
        └── wp/               
└── client4.com/          
        ├── app/              
        └── wp/        

I would want all sites staging on the same staging server since it will be very low traffic. Then mysite1-4 all running from a single production server, and each client site running from their own server. If anyone can shed some light on the best way to go about this it would be great since there’s not really much in the way of documentation for this kind of set up.

This topic was automatically closed after 42 days. New replies are no longer allowed.