Help using plugin on dev and production servers
-
In short, we dev using one Git repo and use server vars to determine which DB to use etc when deploying. If plugin settings are stored on the file system, how can we dev locally without affecting production assets etc? I.e. If the plugin is set to pull .css, .js and template assets from the production CDN and we need to dev locally before we push to production, how can this be achieved? The same goes for the DB and memcache settings. On dev, we don’t need to use elasticcache so we’re looking for best practices in achieving and efficient way to dev locally with different plugin settings.
FYI: We are using AWS beanstalk, elasticcache and cloudfront.
Thanks in advance!
- The topic ‘Help using plugin on dev and production servers’ is closed to new replies.