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:
-
Jul 17, 2009, 7:32:24 PM (14 years ago)
- Author:
-
hank
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v44
|
v45
|
|
189 | 189 | >>> fout.close() |
190 | 190 | }}} |
191 | | Copy secret key from "key" into settings.py |
| 191 | Copy secret key from "key" into production/settings.py |
192 | 192 | |
193 | 193 | '''Copy DB credentials into settings.py''' |
… |
… |
|
318 | 318 | '''Add a fileuser as samba user''' |
319 | 319 | {{{ |
320 | | sudo smbpasswd -a filuser |
| 320 | sudo smbpasswd -a fileuser |
321 | 321 | }}} |
322 | 322 | |