docker-compose-wordpress icon indicating copy to clipboard operation
docker-compose-wordpress copied to clipboard

Developer workflow checklist [WIP]

Open rahul286 opened this issue 7 years ago • 5 comments

Some challenges developers face:

  • [ ] Moving things between local machine and remote server
  • [ ] Efficient mysql export (mysqldump) and import
  • [ ] Copying large wp-content/uploads folder (nginx proxy hack)
  • [ ] Keeping track of HTTP password (hint: nginx + Google auth for org domain would help)

rahul286 avatar Feb 15 '18 06:02 rahul286

If we can use wp-cli command with file input and output that would be great.

PatelUtkarsh avatar Feb 15 '18 06:02 PatelUtkarsh

https://github.com/clems4ever/authelia We should try this once.

mbtamuli avatar Feb 22 '18 13:02 mbtamuli

I would prefer Google Apps login e.g. https://github.com/bitly/oauth2_proxy

rahul286 avatar Feb 22 '18 13:02 rahul286

Moving things between local machine and remote server

Check https://github.com/10up/wpsnapshots.

PatelUtkarsh avatar Feb 22 '18 14:02 PatelUtkarsh

@PatelUtkarsh It forces S3 usage. We need more options and freedom! :)

I think we should have created separate issues here!

rahul286 avatar Feb 22 '18 14:02 rahul286