docker-compose-wordpress
docker-compose-wordpress copied to clipboard
Developer workflow checklist [WIP]
Some challenges developers face:
- [ ] Moving things between local machine and remote server
- [ ] Efficient mysql export (mysqldump) and import
- [ ] Copying large
wp-content/uploadsfolder (nginx proxy hack) - [ ] Keeping track of HTTP password (hint: nginx + Google auth for org domain would help)
If we can use wp-cli command with file input and output that would be great.
https://github.com/clems4ever/authelia We should try this once.
I would prefer Google Apps login e.g. https://github.com/bitly/oauth2_proxy
Moving things between local machine and remote server
Check https://github.com/10up/wpsnapshots.
@PatelUtkarsh It forces S3 usage. We need more options and freedom! :)
I think we should have created separate issues here!