On reasonable hardware and a very limited load the install of Drupal took over 10 minutes. In comparison the install for CiviCRM took about 1 minute (if that).
-Steve
On reasonable hardware and a very limited load the install of Drupal took over 10 minutes. In comparison the install for CiviCRM took about 1 minute (if that).
-Steve
Comments
Comment #1
kreynen commentedOnce into the install process, Drupal is using the core function to install each module included in the profile's .info. CiviCRM's install is primarily SQL. An install profile will take about the same amount of time as loading core and then enabling each module using the UI.