Skip to content

Commit

Permalink
Merge pull request #616 from midoks/dev
Browse files Browse the repository at this point in the history
Update install.sh
  • Loading branch information
midoks committed Jul 5, 2024
2 parents a843dd4 + f6284ed commit 489caa6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions plugins/sphinx/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ sysArch=`arch`

install_tmp=${rootPath}/tmp/mw_install.pl

if [ -f ${rootPath}/bin/activate ];then
source ${rootPath}/bin/activate
fi

# cd /www/server/mdserver-web && source bin/activate && python3 plugins/sphinx/index.py rebuild
# cd /www/server/mdserver-web/plugins/sphinx && bash install.sh install 3.6.1
# cd /www/server/mdserver-web && source bin/activate && python3 plugins/sphinx/index.py db_to_sphinx && /www/server/sphinx/bin/bin/indexer -c /www/server/sphinx/sphinx.conf --all --rotate
Expand Down

0 comments on commit 489caa6

Please sign in to comment.