I'm just trying to set up a local development instance and running into issues on setup. It auto-navigates to /admin and shows the following error:
Use of undefined constant TEMPLATE_DIR - assumed 'TEMPLATE_DIR' in .../chicagocode/includes/config.inc.php on line 65
It also displays an htpasswd auth login, but I'm not seeing anything on the admin auth in the docs. I'm not sure where those credentials get set. We should at least include what's going on here in the documentation, and also an example vhost file.
I'm just trying to set up a local development instance and running into issues on setup. It auto-navigates to
/adminand shows the following error:Use of undefined constant TEMPLATE_DIR - assumed 'TEMPLATE_DIR' in .../chicagocode/includes/config.inc.php on line 65It also displays an htpasswd auth login, but I'm not seeing anything on the admin auth in the docs. I'm not sure where those credentials get set. We should at least include what's going on here in the documentation, and also an example vhost file.