home *** CD-ROM | disk | FTP | other *** search
/ PC World 2001 August / PCWorld_2001-08_cd.bin / Komunikace / sambar / _setup.1 / build.stm < prev    next >
Text File  |  2001-02-18  |  4KB  |  94 lines

  1. <HTML>
  2. <HEAD>
  3. <META HTTP-EQUIV="Pragma" CONTENT="no-cache">
  4. <META HTTP-EQUIV="Expires" CONTENT="-1">
  5. <TITLE>Sambar Server Build Distribution</TITLE>
  6. </HEAD>
  7. <BODY BGCOLOR="#FFFFFF">
  8. <A HREF="/sysadmin/index.stm" TARGET=_top>
  9. <IMG border=0 ALIGN=left SRC="/sysimage/system/console.gif"></A>
  10. <CENTER><FONT SIZE=+2>Sambar Server Build Distribution</FONT>
  11. <BR>
  12. <BR>
  13. <FORM METHOD="POST" ACTION="/sysadmin/dist/runbuild.stm">
  14. <TABLE BORDER=0 cellpadding=4>
  15.  
  16. <TR valign=top>
  17. <TD><B>Server</B><BR>
  18. <FONT SIZE=-1>The server on which the distribution package will
  19. reside.</FONT>
  20. </TD>
  21. <TD nowrap><INPUT TYPE=text SIZE=60 NAME="server" VALUE="www.myserver.com"></TD>
  22. </TR>
  23.  
  24. <TR valign=top>
  25. <TD><B>URL</B><BR>
  26. <FONT SIZE=-1>The URL that indicates the location (via HTTP) on the
  27. remote server where the package will reside.</FONT>
  28. </TD>
  29. <TD nowrap><INPUT TYPE=text NAME="url" SIZE=60 VALUE="/dist/<RCEos>-latest.tar.gz"></TD>
  30. </TR>
  31.  
  32. <TR valign=top>
  33. <TD><B>Comments</B><BR>
  34. </TD>
  35. <TD nowrap><INPUT TYPE=text NAME="comments" SIZE=60 VALUE="Latest server build."></TD>
  36. </TR>
  37.  
  38. <TR valign=top>
  39. <TD></TD>
  40. <TD nowrap><INPUT TYPE=submit VALUE="Build Distribution"></TD>
  41. </TR>
  42. <TR>
  43. <TD colspan=2>
  44. <I>Note:</I> The "default" server distribution consists of all files found 
  45. in the following directories (relative the Sambar Server installation): 
  46. <B>/bin</B>, <B>/lib</B>, <B>/sysuser</B>, <B>/sysadmin</B>
  47. <P>
  48. This distribution interface was primarily designed as a mechanism for
  49. delivering patch releases from www.sambar.com.  A mechanism was needed 
  50. to build, distribute and install new releases to users (backing up their 
  51. existing distributions first!) without all the steps of a full InstallShield
  52. installation.  It is anticipated that all future "patch" releases of the Sambar 
  53. Server will be available using these interfaces.
  54. These interfaces are exposed to all Pro server licensees with the hope that 
  55. the functionality might assist in packaging internal distributions of the 
  56. Sambar Server.
  57. The following three RPCs provide the distribution update mechanism:
  58. <P>
  59. <UL>
  60. <LI> <I>dist-check</I>  Check a site for a new distribution (www.sambar.com
  61. by default).  You get a report of the difference between the distribution
  62. described in the file on the site and your current installation.  Then you
  63. get a form asking if you want to run <I>dist-install</I> (using the download 
  64. information in the distribution file).</LI>
  65. <LI> <I>dist-install</I>  Grabs the distribution described in the distribution
  66. file, uploads it to your server, ungzips the file, backs up <I>bin</I> to
  67. <I>bin-old</I> and <I>lib</I> to <I>lib-old</I> and then untars the 
  68. distribution over your running server.  When complete, you receive a report
  69. of all files updated and must restart the server.</LI>
  70. <LI> <I>dist-build</I> Builds a new distribution from your current system by
  71. taring up the directories specified above and then compressing the distribution
  72. package and finally writing out a package distribution file describing the
  73. system.  The package distribution description is contains:</LI>
  74. </UL>
  75. <P>
  76. <BLOCKQUOTE>
  77. <B>[Sambar Server]</B><BR>
  78. <B>Build = </B><build-date of the server><BR>
  79. <B>Version = </B><version of the server, i.e. 4.4><BR>
  80. <B>Server = </B><host where distribution is located, i.e. www.powertv.com><BR>
  81. <B>URL = </B><URL to distribution on host, i.e. /dist/win32-latest.tar.gz><BR>
  82. <B>Comments = </B><Description of distribution.><BR>
  83. </BLOCKQUOTE>
  84. </TD>
  85. </TR>
  86. </TABLE>
  87. </FORM>
  88. </CENTER>
  89. <BR>
  90. <BR>
  91. <A HREF="/" TARGET=_top><IMG border=0 SRC="/sysimage/system/powerby.gif"></A>
  92. </BODY>
  93. </HTML>
  94.