Panagiotis Moustafellos
11 years ago
4 changed files with 19 additions and 3 deletions
@ -0,0 +1,15 @@ |
|||||||
|
#!/bin/sh |
||||||
|
|
||||||
|
SCRIPT=$(readlink -f "$0") |
||||||
|
CWD=$(dirname "$SCRIPT") |
||||||
|
|
||||||
|
# install sphinxsearch: |
||||||
|
echo 'yes' | sudo add-apt-repository ppa:builds/sphinxsearch-daily |
||||||
|
sudo apt-get update |
||||||
|
sudo apt-get install sphinxsearch |
||||||
|
|
||||||
|
# setup test Sphinx indexes: |
||||||
|
indexer --config $CWD/../sphinx/sphinx.conf --all |
||||||
|
|
||||||
|
# run searchd: |
||||||
|
searchd --config $CWD/../sphinx/sphinx.conf |
Loading…
Reference in new issue