Commit 405d70158d7027a1d612f94872a737dad4c09088
1 parent
20960b79
KTS-2519
"Move periodic scripts out of web tree to install root" In Progess. Committed By: Kevin Fourie Reviewed By: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7415 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
4 changed files
with
0 additions
and
40 deletions
bin/indexMigrationTask.bat deleted
bin/indexMigrationTask.sh deleted
| 1 | -#!/bin/sh | ||
| 2 | - | ||
| 3 | -# SETUP PATH TO FIND PHP | ||
| 4 | -PATH=$PATH:../../php/bin:../../php: | ||
| 5 | - | ||
| 6 | -# WORK OUT DIRECTORIES | ||
| 7 | -USER_DIR=`pwd` | ||
| 8 | -SCRIPT_DIR=$USER_DIR/`dirname $0` | ||
| 9 | -PHP_SCRIPT_DIR=$SCRIPT_DIR/../search2/indexing/bin | ||
| 10 | - | ||
| 11 | -# EXECUTE SCRIPT IN THE SCRIPT DIRECTORY | ||
| 12 | -cd $PHP_SCRIPT_DIR | ||
| 13 | -php -Cq cronMigration.php | ||
| 14 | \ No newline at end of file | 0 | \ No newline at end of file |
bin/indexingTask.bat deleted
bin/indexingTask.sh deleted
| 1 | -#!/bin/sh | ||
| 2 | - | ||
| 3 | -# SETUP PATH TO FIND PHP | ||
| 4 | -PATH=$PATH:../../php/bin:../../php: | ||
| 5 | - | ||
| 6 | -# WORK OUT DIRECTORIES | ||
| 7 | -USER_DIR=`pwd` | ||
| 8 | -SCRIPT_DIR=$USER_DIR/`dirname $0` | ||
| 9 | -PHP_SCRIPT_DIR=$SCRIPT_DIR/../search2/indexing/bin | ||
| 10 | - | ||
| 11 | -# EXECUTE SCRIPT IN THE SCRIPT DIRECTORY | ||
| 12 | -cd $PHP_SCRIPT_DIR | ||
| 13 | -php -Cq cronIndexer.php | ||
| 14 | \ No newline at end of file | 0 | \ No newline at end of file |