Hi Y’all,
So, I’m toying with moving my SC dev environment (Windows PC) to be on a server that houses my Production environment (Ubuntu/Linux). Mainly to allow me access to development wherever I may be. Yes, I could spin up a separate server just for the dev bit - but that has a cost. So if dev and prod can coexist that would be preferable.
The thing is:
- Is this doable?
- If it is, is it ill-advised?
- Would the dev install need the built-in Apache and/or MySQL in addition to the Apache/MySQL already running on the server (if that’s even possible), or can (should?) the server’s already installed Apache and MySQL be used (which would mean development and production databases coexist in the one MySQL instance).
Thanks in advance…
Adz