Closed Bug 765247 Opened 12 years ago Closed 12 years ago

Push Sarek to Prod

Categories

(Mozilla Reps Graveyard :: reps.mozilla.org, task)

0.3 - Sarek
task
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: giorgos, Assigned: jd)

References

Details

Notes for deployment:

update local.py 
"""
<giorgos> this is the local.py-dist
<giorgos> https://github.com/mozilla/remo/blob/master/remo/settings/local.py-dist
<giorgos> we have to add in the server's local.py
<giorgos> line 4
<giorgos> and lines 48-55 (including these)
<giorgos> and replace line 51 with a random generated string, e.g.
<giorgos> '2012-06-15': '2d03234177c32011a44c2fbf409e75277da086ad8e14e373b92c603b164e2fe1',
"""
Just need to edit $BASE/remo/remo/settings/local.py

Uncomment line 5.  The one that reads '#from . import base'

Then add to the end:

# Playdoh ships with Bcrypt+HMAC by default because it's the most secure.
# To use bcrypt, fill in a secret HMAC key. It cannot be blank.
HMAC_KEYS = {
    '2012-06-15': '2d03c44177c32011a44c2fbf409e75277da086ad8e14e373b92c603b164e2fe1',
}
Check features reps text: rst to markdown filter change.
Note:

Run ./manage.py syncdb manually and restart apache
Depends on: 778793
This is complete
Assignee: nobody → jcrowe
Status: NEW → RESOLVED
Closed: 12 years ago
QA Contact: cshields
Resolution: --- → FIXED
Product: Mozilla Reps → Mozilla Reps Graveyard
You need to log in before you can comment on or make changes to this bug.