Closed grandmasterv closed 9 years ago
Followed these steps today for staging the website starting from a fresh snapshot of the production site:
Steps I took Jan 28 to stage (www3) after a fresh snapshot of the production server
FILES
THEMES
LOGIN/LOGOUT LINK
FRONT PAGE
cache_panels
( cid
varchar(255) NOT NULL DEFAULT '' COMMENT 'Primary Key: Unique cache ID.', data
longblob COMMENT 'A collection of data to cache.', expire
int(11) NOT NULL DEFAULT '0' COMMENT 'A Unix timestamp indicating when the cache entry should expire, or 0 for never.', created
int(11) NOT NULL DEFAULT '0' COMMENT 'A Unix timestamp indicating when the cache entry was created.', serialized
smallint(6) NOT NULL DEFAULT '0' COMMENT 'A flag to indicate whether content is serialized (1) or not (0).', PRIMARY KEY (cid
), KEY expire
(expire
) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Generic cache table for caching things not separated out...';FACULTY LISTING
RECENT PUBLICATIONS
MENU
CONTENT
PERSONNEL DATABASE
Steps to stage the new code and configuration at http://stage-www.microbiology.ubc.ca. I will update this post as the steps evolve over the course of the project.
1) EDIT CONTENT
Migrate the following updated views:
Migrate the following pages:
Remove the manual print link added on the directory pages
2) EDIT STRUCTURE
Set all blocks to "Region: None" EXCEPT
Confirm Block settings on all enabled blocks. Specifically the menu block.
3) UNINSTALL MODULES
4) ENABLE MODULES
5) UPDATE MODULE CONFIGURATION
6) INSTALL CLF
7) CONFIRM PERMISSIONS