Closed
Bug 645845
Opened 14 years ago
Closed 14 years ago
configure graphs1.dmz.sjc1.m.c to use prod DB
Categories
(mozilla.org Graveyard :: Server Operations, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: rhelmer, Unassigned)
References
Details
Bug 642258 opened up the connection between graphs1 and the prod DB. Please reconfigure graphs1 to use it:
cd /var/www/html/graphs
git pull
vi server/api.wsgi
/sbin/service httpd restart
Comment 1•14 years ago
|
||
Completed.
[root@graphs1.dmz.sjc1 graphs]# git pull
remote: Counting objects: 81, done.
remote: Compressing objects: 100% (70/70), done.
remote: Total 70 (delta 46), reused 0 (delta 0)
Unpacking objects: 100% (70/70), done.
From https://github.com/rhelmer/graphs
* [new branch] bug633052-add-data-menu-constraints -> origin/bug633052-add-data-menu-constraints
* [new branch] master -> origin/master
902d75b..353e3ea one-point-oh -> origin/one-point-oh
* [new branch] two-point-oh -> origin/two-point-oh
Updating 902d75b..353e3ea
Fast-forward
INSTALL | 95 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
README | 7 ++++
js/common.js | 10 +++--
3 files changed, 108 insertions(+), 4 deletions(-)
create mode 100644 INSTALL
create mode 100644 README
mode change 100644 => 100755 scripts/cache.sh
[root@graphs1.dmz.sjc1 graphs]# vi server/api.wsgi
[root@graphs1.dmz.sjc1 graphs]# /sbin/service httpd restart
/etc/sysconfig/httpd: line 25: /etc/socorro/common.conf: No such file or directory
Stopping httpd: [ OK ]
Starting httpd: [ OK ]
[root@graphs1.dmz.sjc1 graphs]#
Status: NEW → RESOLVED
Closed: 14 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
•