Revision: | 1.1 |
Committed: | Tue Jan 10 13:06:55 2006 UTC (19 years, 4 months ago) by elmer |
Content type: | application/x-sh |
Branch: | MAIN |
Branch point for: | one |
Log Message: | Initial revision |
# | User | Rev | Content |
---|---|---|---|
1 | elmer | 1.1 | #!/bin/sh |
2 | |||
3 | test -z $BOSSDIR && exit | ||
4 | |||
5 | cd $BOSSDIR | ||
6 | ./CONFIGURE | ||
7 | ./CONFIGDB | ||
8 | . bossenv.sh | ||
9 | bossAdmin configureDB | ||
10 | cd Examples | ||
11 | ./registerTestProgram | ||
12 | cd ../BossSched/bin | ||
13 | ./registerForkScheduler | ||
14 | cd ../../BossRTMon/ | ||
15 | ./CONFIGDB | ||
16 | cd bin | ||
17 | ./registerMySQLRTmon |