Changeset 6141 for trunk/arb_install.sh
- Timestamp:
- 14/08/09 16:29:27 (3 years ago)
- Files:
-
- 1 modified
-
trunk/arb_install.sh (modified) (10 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/arb_install.sh
r6042 r6141 35 35 } 36 36 37 sep erator() {37 separator() { 38 38 echo '' 39 39 echo '*******************************************' 40 40 } 41 41 42 sep erator42 separator 43 43 echo 'Welcome to the ARB Package' 44 sep erator44 separator 45 45 echo ' Note: - You may abort this script with ctrl-"C"' 46 46 echo ' - You can rerun this script as often as you like' … … 48 48 echo ' you can simply change some options)' 49 49 echo ' - Pressing <return> will select the value in brackets' 50 sep erator50 separator 51 51 echo 'Please answer some questions:' 52 sep erator52 separator 53 53 echo 'Enter path where to install ARB ?' 54 echo ' ARB is not a single program mbut a set of programs, datafiles ...'54 echo ' ARB is not a single program but a set of programs, datafiles ...' 55 55 echo ' To install ARB correctly all files are stored in a single ' 56 56 echo ' directory. This script creates such a directory and copies all' … … 103 103 104 104 if test -w $ARBHOME; then 105 sep erator105 separator 106 106 echo 'The destination directory' 107 107 echo " $ARBHOME" … … 143 143 144 144 if test -d lib/pictures; then 145 sep erator145 separator 146 146 echo "Old ARB package found (type n to change only some options)." 147 147 echo " Do you want to update the old package: (y/n)[y]" … … 158 158 fi 159 159 160 sep erator160 separator 161 161 echo 'Specify PT_SERVER files location' 162 162 echo ' ARB needs a writeable directory to store the pt_server files. ' … … 224 224 esac 225 225 226 sep erator226 separator 227 227 echo 'Who is responsible for the PT_SERVER index files ?' 228 228 echo ' Answer y: if you trust your users (less administration)' … … 245 245 esac 246 246 247 sep erator247 separator 248 248 echo 'NameServer installation' 249 echo ' The NameServer is a program m, that synchronizes all species names'249 echo ' The NameServer is a program, that synchronizes all species names' 250 250 echo ' of the databases of different users.' 251 251 echo ' Users that import foreign data into their database and want to' … … 271 271 esac 272 272 273 sep erator273 separator 274 274 echo 'Networking' 275 275 echo ' To speed up calculation one special host can be assigned as' … … 303 303 echo ">>> old lib/arb_tcp.dat restored";; 304 304 n) 305 sep erator305 separator 306 306 echo "Enter the name of your host for the pt_server" 307 307 read host … … 320 320 esac 321 321 322 sep erator322 separator 323 323 echo ">>> Installation Complete" 324 324 325 sep erator325 separator 326 326 SHELL_ANS=0 327 327
