Meego Wiki
Views

Quality/QA-tools/QAReports/Admin FAQ

From MeeGo wiki
< Quality | QA-tools | QAReports
Revision as of 13:40, 25 February 2011 by Jarnokeskikangas (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Admin F.A.Q

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.

Personal tools