Closed
Bug 546682
Opened 15 years ago
Closed 15 years ago
Set up browserchoice.mozilla.com
Categories
(mozilla.org Graveyard :: Server Operations, task)
mozilla.org Graveyard
Server Operations
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: abuchanan, Assigned: oremj)
References
Details
URL:
browserchoice.mozilla.com
Code:
http://viewvc.svn.mozilla.org/vc/projects/browserchoice/tags/production/
1) Uses gettext, needs script to compile and update .po files and restart Apache. This is used on many sites, I assume you know what to do.
2) Config file, copy config.php-prod to config.php
(this holds omniture account config, etc)
Assignee | ||
Updated•15 years ago
|
Assignee: server-ops → jeremy.orem+bugs
Assignee | ||
Comment 1•15 years ago
|
||
Does this need ssl?
Reporter | ||
Comment 2•15 years ago
|
||
Yes, please support it (although majority of traffic should be HTTP)
Comment 3•15 years ago
|
||
This SSL req is new to me. The plan all along has been to offload traffic to a CDN but we can't do that for SSL.
What entry link uses SSL?
Reporter | ||
Comment 4•15 years ago
|
||
(In reply to comment #3)
> This SSL req is new to me. The plan all along has been to offload traffic to a
> CDN but we can't do that for SSL.
>
> What entry link uses SSL?
Oh, ok. My bad, I didn't think there would be hurdles.
Leave SSL out. We'll implement it if/when we need it.
Comment 5•15 years ago
|
||
Here are some more detailed instructions:
1. check out https://svn.mozilla.org/projects/browserchoice/tags/production/
2. copy config.php-prod to config.php
3. run locale/compile-po.sh
Can you share an ETA for this, please?
Comment 6•15 years ago
|
||
oremj, should probably stage this in phx & sjc & ams just incase edgecast falls over. at least be ready to do there.
Assignee | ||
Comment 7•15 years ago
|
||
Usually IT doesn't compile the po files. Do you have a script that does this already?
Reporter | ||
Comment 8•15 years ago
|
||
bug 545932 should help.
Reporter | ||
Comment 10•15 years ago
|
||
Stas recommends we skip the cronjob, and just run the compile-po.sh script manually with updates
This is so we can catch any potential errors (a cronjob could silently mess things up)
Assignee | ||
Comment 11•15 years ago
|
||
This is mostly set up. Now need to wait about an hour for edgecast to pick up my changes.
Assignee | ||
Comment 12•15 years ago
|
||
Reporter | ||
Comment 13•15 years ago
|
||
Hot. Thanks oremj. I'll need another update today, to pick up code changes since the last time I tagged production.
Reporter | ||
Comment 14•15 years ago
|
||
ok, tagged, r62782
please svn up and run locale/compile-po.sh and restart Apache to pick up the gettext changes.
Assignee | ||
Comment 15•15 years ago
|
||
Done.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Updated•10 years ago
|
Product: mozilla.org → mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•