Skip to content
karimouda edited this page Feb 6, 2016 · 6 revisions

How to setup QA on a local server

Prerequisites

  • LAMP server (Apache/PHP 5.4.6 or higer)
  • 3GB Memory (since all data models are loaded in memory)
  • APC installed
  • php.ini settings
apc.shm_size = 3000
max_execution_time = 600
memory_limit = 3048M 

Steps

  • Restart server after configuration sudo service apache2 restart
  • Run /admin/reload-models.php on the browser and wait until completion

(This will load all models in memory to speed up all future operations)

Clone this wiki locally