Lispython / sentry-cookbook

Chef cookbook for sentry
Other
25 stars 22 forks source link

Ubuntu and AWS OpsWorks mysql compability #4

Closed modess closed 11 years ago

modess commented 11 years ago

Ubuntu requires a different mysql driver to be installed, also it needs the package libmysqlclient-dev to be installed for the driver.

When starting the daemon it needs the --background flag, otherwise it will just remain in the foreground and the Chef run will not finish or timeout.

This has been tested with Ubuntu 12.04.

Lispython commented 11 years ago

Thanks!