Installing multiple sites / databases isn't really any different than installing just one. Are you really asking more about how to do continuous integration / continuous deployment?
Yeah, continues integration / development. However, I don't need continues integration with the repository source.
I need to have a local environment for development, push changes to a staging production environment to verify no breaking changes, and a final publish to production.
hi, I work with git repository for have three develop environmeent (if I have equal version of nop and db): master for production, one test branch derived from master for test and after multiple dev branch I need. by
In short, I am looking for some guidance / best practices for such an environment with regards to the database.
- I would like to take a clone of the production database and use it for dev. - Make various changes on the frontend, or backend within a development environment. - Publish changes to a staging server - Publish changes to production