public
Description: a maintained fork of Evan Weaver's Ultrasphinx code -- see the escape_sql branch
Homepage: http://blog.evanweaver.com/files/doc/fauna/ultrasphinx/files/README.html
Clone URL: git://github.com/DrMark/ultrasphinx.git
Search Repo:
Remove extra asterisk in documentation (agile).


git-svn-id: svn://rubyforge.org/var/svn/fauna/ultrasphinx/trunk@1725 
c1ad287d-65d5-445d-b84c-e64f8492f1e6
evanweaver (author)
Tue Mar 11 16:34:20 -0700 2008
commit  eeefdd8a7a11d1e704804a556b5e05bd2a01c59d
tree    2d98cb80462b2ecad49a796d1e8ed29a67bc3c3c
parent  6315c8691e91dbb08c37e845463d2d60a77c2618
...
17
18
19
20
 
21
22
23
...
17
18
19
 
20
21
22
23
0
@@ -17,7 +17,7 @@ It's easy to keep the search daemon and the indexer running in a production envi
0
 
0
   */6 * * * * bash -c 'cd /path/to/production/current/; RAILS_ENV=production \
0
     rake ultrasphinx:index:delta >> /log/ultrasphinx-index.log 2>&1'
0
- 1 4 * * * * bash -c 'cd /path/to/production/current/; RAILS_ENV=production \
0
+ 1 4 * * * bash -c 'cd /path/to/production/current/; RAILS_ENV=production \
0
     rake ultrasphinx:index:main >> /log/ultrasphinx-index.log 2>&1'
0
   */3 * * * * bash -c 'cd /path/to/production/current/; RAILS_ENV=production \
0
     rake ultrasphinx:daemon:start >> /log/ultrasphinx-daemon.log 2>&1'

Comments

    No one has commented yet.