Changeset 32
- Timestamp:
- 04/29/08 06:43:23 (2 months ago)
- Files:
-
- main/README.txt (modified) (1 diff)
- main/createdbms (modified) (1 diff)
- main/test_env.sh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
main/README.txt
r31 r32 41 41 42 42 Run the build as above. 43 source set_env.sh 43 44 44 ./createdbms <2 character installation ID> 45 45 46 source test_env.sh <same installation ID> 47 46 48 ingstart (will start the dbms) 47 49 ingstop (will stop the dbms) main/createdbms
r29 r32 20 20 else 21 21 echo "Error, I cannot find the set_env.sh script" 22 echo "This is required to use testit"23 echo "Please run testitfrom the root directory of the Ingres source"22 echo "This is required to use createdbms" 23 echo "Please run createdbms from the root directory of the Ingres source" 24 24 exit 1 25 25 fi main/test_env.sh
r30 r32 1 if [ -f set_env.sh ] 2 then 3 . ./set_env.sh 4 else 5 echo "Error, I cannot find the set_env.sh script" 6 echo "This is required to use test_env.sh" 7 echo "Please source test_env.sh from the root directory of the Ingres source" 8 exit 1 9 fi 10 1 11 case $1 in 2 12 [A-Z][A-Z,0-9])
