How can I import the production database to my development environment?
Setup MySQL to your development environment and run the following command:
$ rake db:import
Can I run QA Reports with multiple servers, e.g., two application servers + one database server?
Yes, you can. However, your application servers need to have shared file system for <application root>/shared -folder. Otherwise, uploading the attachments will fail.
Can I configure QA Reports to use LDAP as an authentication method?
Currently QA Reports supports authentication only with QA Reports accounts. However, you can configure Apache to require HTTP Basic authentication with LDAP. With this kind of setup, only authenticated users can access the site.