- Issue created by @hanneshh
- 🇪🇪Estonia hanneshh
This is how I managed to get Panopoly's files so I could update the db, this should also work for installation:
mkdir newsite cd newsite composer require drush/drush:^8.0 vendor/bin/drush dl panopoly // I chose "1" vendor/bin/drush make ./profiles/panopoly/drupal-org-core.make vendor/bin/drush make --no-core ./profiles/panopoly/drupal-org.make mv ./sites/all/modules/contrib ./profiles/panopoly/modules/ // If you want to install, then now install the site either by /install.php or using the command // If you want to update, then just replace the /sites/default/settings.php vendor/bin/drush cc vendor/bin/drush updb vendor/bin/drush updb // Twice!