created log and spl dir

parent 79771fea
...@@ -12,7 +12,11 @@ sudo apt-get install sphinxsearch ...@@ -12,7 +12,11 @@ sudo apt-get install sphinxsearch
sudo mkdir /var/log/sphinx sudo mkdir /var/log/sphinx
sudo touch /var/log/sphinx/searchd.log sudo touch /var/log/sphinx/searchd.log
sudo touch /var/log/sphinx/query.log sudo touch /var/log/sphinx/query.log
chmod -R 777 /var/log/sphinx # ugly sudo chmod -R 777 /var/log/sphinx # ugly (for travis)
# spl dir
sudo mkdir /var/lib/sphinx
sudo chmod 777 /var/lib/sphinx # ugly (for travis)
# setup test Sphinx indexes: # setup test Sphinx indexes:
indexer --config $CWD/../sphinx/sphinx.conf --all indexer --config $CWD/../sphinx/sphinx.conf --all
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment