badcamp / camp_distro

Provides a Drupal camp website based, in general, on the requirements for the BADCamp (Bay Area Drupal Camp) website.
3 stars 2 forks source link

Installer cannot connect to the database on installer #86

Closed willjackson closed 6 years ago

willjackson commented 6 years ago

This is due to the settings.local.php not being loaded, due to the bottom lines of settings.php having the the configuration commented out.

Since the changes needed are located in settings.php and that file is included within the .gitignore, the recommended path to resolve would be to include a base settings.php file within the docksal project that includes the uncommented lines. This file will then be copied into the project on the fin init command is run.

sean-e-dietrich commented 6 years ago

@willjackson closing this ticket and moved it over to the installer https://github.com/badcamp/camp_distro_installer/issues/1