Closed
Bug 556364
Opened 15 years ago
Closed 15 years ago
Push stage code to dm-partnerdist01
Categories
(Websites Graveyard :: byob.mozilla.com, defect)
Websites Graveyard
byob.mozilla.com
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: kev, Assigned: kev)
Details
Per discussion, we'll be taking the latest BYOB code (r64810) and applying it to the pilot site on dm-partnerdist01.mozilla.org. The following update steps will be taken:
- create /web/byob-beta
- clone from http://svn.mozilla.org/projects/byob/trunk/ to html (the current directory is not a true clone, just a file copy)
- copy config from /web/byob-pilot
- shut down web services
- backup byob database
- apply schema update (20100223-001-bug-526700-hide-repacks.sql)
- reconfig web-server to use new docroot on a protected port
- bring up webserver
- test :)
- reconfig webserver to use port 80/443 and re-launch
lorchard, if you could r+ that'd be great. will the fix applied for split() deprecation create any problems with the version of PHP on dm-partnerdist01? I can update that at the same time.
Comment 1•15 years ago
|
||
Looks good to me. You may also need to do this too:
mkdir -p application/{cache,logs} {downloads,workspace}
chmod 0777 application/{cache,logs} {downloads,workspace}
Also, if you want builds to work, you might need to unload the launchd task for the live site temporarily and run bin/exhaust-queue.sh by hand
Assignee | ||
Comment 2•15 years ago
|
||
Push complete, and Tomcat and I tested and found things were working as expected.
Two minor glitches that we'll file bugs about:
- the rewrite rules in .htaccess need to be added to the repo
- the INSTALL file leaves out the requirement to copy applications/config/repack.php-dist to repack.php
Other than that, no issues, and the upgrade went smoothly.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Updated•10 years ago
|
Product: Websites → Websites Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•