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:
-
Jun 23, 2011, 4:49:45 PM (11 years ago)
- Author:
-
greg
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v84
|
v85
|
|
525 | 525 | update-rc.d solr defaults |
526 | 526 | }}} |
| 527 | Turn on search and set port number in production.settings |
| 528 | {{{ |
| 529 | SEARCH_URL = 'http://127.0.0.1:8983/' |
| 530 | SEARCH_MAX_HITS = 100 |
| 531 | SEARCH_RETRIES = 1 |
| 532 | SEARCH_CRAWL_PREFIX = FILES_ROOT |
| 533 | INSTALLED_APPS += ('files.search',) |
| 534 | }}} |
527 | 535 | |
528 | 536 | |