* Then you can use the civicrm.mysql and civicrm_data.mysql files in sql (or if you want sample data you can use civicrm_generated.mysql instead of civicrm_data.mysql).
...
...
@@ -145,7 +114,7 @@ cat vendor/civicrm/civicrm-core/sql/civicrm_data.mysql | mysql -u civitest -p ci
# Example nginx vhost
(adapt to your environment)
(adapt to your environment, this example uses php-8.0)
For apache in addition to setting up the virtual host, you can then put the stock Drupal 7 .htaccess in web.
# Menubar notes
(edit ML: this should be fixed in PR 22227)
* Need to create a dummy file css/menubar-standalone.css
* If you comment out the `$contactID` part from this line in CRM/Core/Resources/Common.php then it will try to do the menubar, but there's still js errors because crm-l10n isn't being generated correctly: `$contactID && !CRM_Core_Config::singleton()->userFrameworkFrontend`.