luangjokaj / wordpressify

🎈 Automate your WordPress development workflow.
http://www.wordpressify.co
MIT License
1.59k stars 140 forks source link

Would you be interested in adding a database running in Docker? #68

Closed ribaricplusplus closed 3 years ago

ribaricplusplus commented 3 years ago

Hello,

Thank you for creating this project, it's very helpful.

I think it would be cool if we added Docker as a solution for the database, rather than needing to install a local database separately. I've already done this in my fork. Feel free to check it out here. If you want, I can clean up the code and create a pull request that adds docker to this main repo. If you want to try it out, be sure that you have docker and docker-compose installed, then follow the instructions that I added in the README under "Install wordpressify from repository".

Additionally, it might be beneficial to use Docker even as the server in the future. There is a Wordpress image in Docker hub which makes sure that PHP is setup properly. I am planning to add that functionality as well when I get some time.

What do you think?

luangjokaj commented 3 years ago

Hi @ribaricplusplus I never had the chance to play with Docker until now 😄 and it looks really awesome. I like your approach, can you make a PR, I would be super happy to merge this and expand the documentation.

Thank you.

ribaricplusplus commented 3 years ago

Awesome! I will do that in the next couple of days and link a PR against this issue.