Comment 4 for bug 1017473

Revision history for this message
Pander (pander) wrote : Re: [needs-packaging] mozilla-sync-server

When building on Precise, make test results in:
...
    self.logger = self.app.logger
AttributeError: 'SyncServerApp' object has no attribute 'logger'
...
see also:
  https://mail.mozilla.org/pipermail/services-dev/2012-June/001477.html

When packaging, offer options via question and answer to use which:
* database:
  - sqlite (not for production)
  - MySQL
  - Postgresql
  - LDAP
* web server:
  - built-in (not for production)
  - Apache with mod_wsgi
  - NGinx with Gunicorn or with uWSGI
  - lighttpd with flup using fcgi protocol or scgi protocol