home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 10 / mycd10.iso / progs / tun / sql_srvr / aix / 3_2 / read.me < prev    next >
Encoding:
Text File  |  1996-10-08  |  440 b   |  20 lines

  1. Process : 
  2.  
  3.     -1 Create a temporary directory
  4.     -2 Copy the .tar file for the corresponding database into this directory
  5.     -3 Change current directory to this directory, then extract
  6.        files with the tar command
  7.     -4 Run the installation program
  8.     -5 Delete the temporary directory
  9.  
  10. Example :
  11.  
  12. # mkdir /tmp/install
  13. # cp informix.tar /tmp/install/.
  14. # cd /tmp/install
  15. # tar xvf informix.tar
  16. # ./tunsql.install
  17. # rm *
  18. # cd /
  19. # rmdir /tmp/install
  20.