OpenCATS icon indicating copy to clipboard operation
OpenCATS copied to clipboard

Dev and Prod on same machine

Open MCVitzz opened this issue 3 years ago • 1 comments
trafficstars

Hello,

I don't know if this is the right place to ask this kind of question, but I didn't know where else to ask it.

Can I have a development and production environment on the same machine?

I'm using Ubuntu

Thank you very much for all the help!

MCVitzz avatar Sep 26 '22 19:09 MCVitzz

Hi @MCVitzz sure you can have prod and dev environments on the same host - either traditionally with two copies installed in different directories (i.e. /var/www/html/dev and /var/www/html/prod) with two separate databases, or using Docker to host test

RussH avatar Sep 27 '22 12:09 RussH