aderchox
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: WordPress and Docker@a2hostingrj Thank you, your answers were very helpful 😊
- This reply was modified 4 years, 4 months ago by aderchox. Reason: to mark as resolved
Forum: Fixing WordPress
In reply to: WordPress and DockerI am in the same scenario as well right now. This is my development flow
This is great @a2hostingrj, yes I came up with this flow as well through my searches some time after I asked this question. Thanks a lot for sharing your flow. 🙏 Only one more question, how do you deploy “the very first time”? I mean, the very first time I’m going to deploy my project, I feel I do need to do some things manually, am I correct? For example, I have git-ignored most WordPress core files from the git repository, also, I have docker-ignored the wp-content directory, however as we know, it MUST be present in the end anyway…, so the very first time I’m deploying my project, there’s no way other than adding these files manually, e.g., using other means such as
npm installandwp core installand even sometimes “uploading” some files (probably could be made much less painful with Ansible) manually and so on… to get it “started”. May I know how you take this initial step as well?- This reply was modified 4 years, 4 months ago by aderchox.