Difference between revisions of "Search/UserSearch"
From Dreamwidth Notes
Foxfirefey (Talk | contribs) m (Created page with ' cd $LJHOME/cvs/LJ-UserSearch/ ./install-into-ljhome Category: Dreamwidth Installation') |
m (note gearman required; linkify) |
||
(6 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
− | + | cd $LJHOME/src/LJ-UserSearch/ | |
− | cd $LJHOME/ | + | |
./install-into-ljhome | ./install-into-ljhome | ||
+ | mkdir $LJHOME/var | ||
+ | $LJHOME/bin/build-usersearch | ||
+ | |||
+ | Make sure these [[Workers]] are running (note [[Gearman]] is required): | ||
+ | |||
+ | * directory-meta | ||
+ | * search-constraints | ||
+ | * search-lookup | ||
+ | * search-updater | ||
+ | |||
+ | Test by going to /directorysearch and searching by interest or circle. | ||
[[Category: Dreamwidth Installation]] | [[Category: Dreamwidth Installation]] | ||
+ | [[Category: Search]] |
Latest revision as of 00:44, 13 April 2016
cd $LJHOME/src/LJ-UserSearch/ ./install-into-ljhome mkdir $LJHOME/var $LJHOME/bin/build-usersearch
Make sure these Workers are running (note Gearman is required):
* directory-meta * search-constraints * search-lookup * search-updater
Test by going to /directorysearch and searching by interest or circle.