Drupal4Gov / Drupal-GovCon-2016

Base repository for Drupal GovCon 2016 Conference Website
0 stars 11 forks source link

History Repeated: Setup Cod 1.3 for 2016 #55

Closed aweingarten closed 8 years ago

aweingarten commented 8 years ago

Site appears mostly there. Main menu is currently missing.

Steps to deploy 1: pulldown a db backup from acquia cloud. 2: loadup the db into your vm drush @drupalgovcon.local.drupalgovcon.org sqlc < /var/www/drupalgovcon/prod-capitalcamp-capitalcamp-2016-05-05.sql 3: run registry rebuild drush rr 4: run drush updb

sarahjean commented 8 years ago

You may need to delete the sites/all/themes/contrib and sites/all/modules/contrib folders to ensure you are only getting what is in the build. Also, may need to do drush @none dl registry_rebuild to make sure you have it before running drush rr

sarahjean commented 8 years ago

Closing because there's an updated version on https://github.com/Drupal4Gov/Drupal-GovCon-2016/pull/56