10up / WP-Minions

ARCHIVED: Job Queue for WordPress
GNU General Public License v2.0
230 stars 40 forks source link

Config instructions for ubuntu #15

Closed nerrad closed 8 years ago

nerrad commented 8 years ago

On my local setup (VVV) I wasn't able to get the persistent mysql working for gearman. Discovered that with some setups gearman won't read the configuration from /etc/default/gearman-job-server. It turns out there is an alternate location which IS used so I updated the README.md to include this info for anyone who runs into the same issues I did.

cmmarslender commented 8 years ago

Thanks! Can you make the PR against develop instead of master?

Additionally, can you update the example database config line to use <user> and <password> placeholders like on the other config example? I don't think we want to encourage using the root user for this.

nerrad commented 8 years ago

see #16 for pull request against develop and user/password placeholders.