close
Warning:
Can't synchronize with repository "(default)" (/usr/svn/silverfile does not appear to be a Subversion repository.). Look in the Trac log for more information.
- Timestamp:
-
Aug 27, 2010, 9:15:59 PM (12 years ago)
- Author:
-
greg
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v74
|
v75
|
|
184 | 184 | >>> exit () |
185 | 185 | }}} |
186 | | Copy secret key from "key" into production/settings.py |
| 186 | |
| 187 | '''Copy secret key from "key" into production/settings.py''' |
| 188 | {{{ |
| 189 | vim /usr/wwwapps/sf-app/files/key |
| 190 | (vim commands) |
| 191 | dd (cut the key to clipboard) |
| 192 | :split /usr/wwwapps/sf-app/production/settings.py (opens setting.py, page down to old secret key) |
| 193 | alt p (paste new secret key) |
| 194 | :wq (save and close settings.py |
| 195 | :q! (quit without saving key file) |
| 196 | }}} |
187 | 197 | |
188 | 198 | '''Copy DB credentials into settings.py''' |