We apologize for the instability of composr.app and appreciate your patience. We are working on the statistics addon and trying to find an optimal way to store and render data. Unfortunately, we have yet to find a solution that can handle the traffic (and therefore, tens of millions of statistical records) of composr.app. We're working hard on one.
#3383 - Manual release testing for major releases (ongoing)
Add something like this to _config.php (as appropriate, :
$SITE_INFO['custom_file_base'] = '/Library/WebServer/Documents/composr_demonstratr';
$SITE_INFO['custom_base_url'] = 'http://localhost/demonstratr';
Make the demonstratr under your webroot.
Once this is done, Composr will be running with the main code files in one place, and all customisations in the demonstratr folder. Composr should be called from the normal URL of your install.
This isn't actually Demonstratr, but it will trigger the same underlying segregation code, which is the complex part of it.
Add something like this to _config.php (as appropriate, :
$SITE_INFO['custom_file_base'] = '/Library/WebServer/Documents/composr_demonstratr';
$SITE_INFO['custom_base_url'] = 'http://localhost/demonstratr';
Make the demonstratr under your webroot.
Once this is done, Composr will be running with the main code files in one place, and all customisations in the demonstratr folder. Composr should be called from the normal URL of your install.
This isn't actually Demonstratr, but it will trigger the same underlying segregation code, which is the complex part of it.